#CC1DAF
A medium, vivid magenta closely aligning with Darkmagenta.
About #CC1DAF
At its core, #CC1DAF is a medium and vivid hue. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 29, and 175.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 86% magenta, 14% yellow, and 20% black. With a hue angle of 309.9 degrees, it sits comfortably in the magenta spectrum.
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#CC1DAF
RGB204, 29, 175
HSL309.9°, 75.1%, 45.7%
CMYK0%, 86%, 14%, 20%
HSV309.9°, 85.8%, 80.0%
LAB48.0, 75.7, -35.3
XYZ33.1, 16.8, 42.1
Decimal13376943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.81:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.60:1
Text on #F8FAFC
AA
3.71:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1DAF;
}
.text-color {
color: #CC1DAF;
}
.border-color {
border: 2px solid #CC1DAF;
}