#CC3951
A medium, moderate red closely aligning with Indianred.
About #CC3951
At its core, #CC3951 is a medium and moderate hue. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 57, and 81.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 72% magenta, 60% yellow, and 20% black. With a hue angle of 350.2 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3951
RGB204, 57, 81
HSL350.2°, 59.0%, 51.2%
CMYK0%, 72%, 60%, 20%
HSV350.2°, 72.1%, 80.0%
LAB47.4, 58.6, 20.8
XYZ27.9, 16.4, 9.5
Decimal13384017
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3951;
}
.text-color {
color: #CC3951;
}
.border-color {
border: 2px solid #CC3951;
}