#CC07AF
A medium, vivid magenta closely aligning with Darkmagenta.
About #CC07AF
Visually, #CC07AF is defined as a vivid magenta. Designers often compare it to the standard color Darkmagenta. This translates to an RGB value of rgb(204, 7, 175).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 97% Magenta, 14% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC07AF
RGB204, 7, 175
HSL308.8°, 93.4%, 41.4%
CMYK0%, 97%, 14%, 20%
HSV308.8°, 96.6%, 80.0%
LAB47.1, 78.5, -36.7
XYZ32.7, 16.1, 41.9
Decimal13371311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.58:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC07AF;
}
.text-color {
color: #CC07AF;
}
.border-color {
border: 2px solid #CC07AF;
}