#CC4266
A medium, moderate magenta closely aligning with Indianred.
About #CC4266
Visually, #CC4266 is defined as a moderate magenta. 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, 66, and 102.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 68% Magenta, 50% Yellow, and 20% Black. The HSL representation is 344.3° hue, 57.5% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC4266
RGB204, 66, 102
HSL344.3°, 57.5%, 52.9%
CMYK0%, 68%, 50%, 20%
HSV344.3°, 67.6%, 80.0%
LAB49.1, 56.9, 10.3
XYZ29.2, 17.7, 14.4
Decimal13386342
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.54:1
Text on #000000
AA
4.42:1
Text on #F8FAFC
AA Large
3.86:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4266;
}
.text-color {
color: #CC4266;
}
.border-color {
border: 2px solid #CC4266;
}