#CC168A
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC168A
Visually, #CC168A is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumvioletred. In the RGB color space, it consists of 204 red, 22 green, and 138 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 89% Magenta, 32% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC168A
RGB204, 22, 138
HSL321.8°, 80.5%, 44.3%
CMYK0%, 89%, 32%, 20%
HSV321.8°, 89.2%, 80.0%
LAB46.0, 72.5, -16.3
XYZ29.8, 15.2, 25.4
Decimal13375114
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC168A;
}
.text-color {
color: #CC168A;
}
.border-color {
border: 2px solid #CC168A;
}