#CC16A0
A medium, vivid magenta closely aligning with Mediumvioletred.
About #CC16A0
The hex code #CC16A0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Mediumvioletred. This translates to an RGB value of rgb(204, 22, 160).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 89% M, 22% Y, and 20% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC16A0
RGB204, 22, 160
HSL314.5°, 80.5%, 44.3%
CMYK0%, 89%, 22%, 20%
HSV314.5°, 89.2%, 80.0%
LAB46.9, 75.0, -28.1
XYZ31.5, 15.9, 34.7
Decimal13375136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.01:1
Text on #FFFFFF
AA
4.19:1
Text on #000000
AA Large
4.79:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC16A0;
}
.text-color {
color: #CC16A0;
}
.border-color {
border: 2px solid #CC16A0;
}