#CC2C66
A medium, moderate magenta closely aligning with Mediumvioletred.
About #CC2C66
At its core, #CC2C66 is a medium and moderate hue. Its closest recognized web color is Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 44, and 102.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 78% M, 50% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC2C66
RGB204, 44, 102
HSL338.2°, 64.5%, 48.6%
CMYK0%, 78%, 50%, 20%
HSV338.2°, 78.4%, 80.0%
LAB46.4, 64.3, 6.5
XYZ28.2, 15.6, 14.1
Decimal13380710
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.12:1
Text on #000000
AA Large
4.87:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2C66;
}
.text-color {
color: #CC2C66;
}
.border-color {
border: 2px solid #CC2C66;
}