#CC1666
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC1666
Visually, #CC1666 is defined as a vivid magenta. Its closest recognized web color is Mediumvioletred. Its digital footprint relies on 204 parts red, 22 parts green, and 102 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 89% magenta inks. With a hue angle of 333.6 degrees, it sits comfortably in the magenta spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC1666
RGB204, 22, 102
HSL333.6°, 80.5%, 44.3%
CMYK0%, 89%, 50%, 20%
HSV333.6°, 89.2%, 80.0%
LAB44.8, 69.2, 4.1
XYZ27.6, 14.4, 13.9
Decimal13375078
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1666;
}
.text-color {
color: #CC1666;
}
.border-color {
border: 2px solid #CC1666;
}