#CC0FAF
A medium, vivid magenta closely aligning with Darkmagenta.
About #CC0FAF
At its core, #CC0FAF is a medium and vivid hue. Designers often compare it to the standard color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 15, and 175.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. The HSL representation is 309.2° hue, 86.3% saturation, and 42.9% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC0FAF
RGB204, 15, 175
HSL309.2°, 86.3%, 42.9%
CMYK0%, 93%, 14%, 20%
HSV309.2°, 92.6%, 80.0%
LAB47.3, 77.8, -36.4
XYZ32.8, 16.3, 42.0
Decimal13373359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.94:1
Text on #FFFFFF
AA
4.25:1
Text on #000000
AA Large
4.72:1
Text on #F8FAFC
AA
3.62:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FAF;
}
.text-color {
color: #CC0FAF;
}
.border-color {
border: 2px solid #CC0FAF;
}