#CC0766
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC0766
Visually, #CC0766 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 7, and 102.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 97% Magenta, 50% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC0766
RGB204, 7, 102
HSL331.1°, 93.4%, 41.4%
CMYK0%, 97%, 50%, 20%
HSV331.1°, 96.6%, 80.0%
LAB44.2, 70.9, 3.2
XYZ27.4, 13.9, 13.8
Decimal13371238
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.30:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0766;
}
.text-color {
color: #CC0766;
}
.border-color {
border: 2px solid #CC0766;
}