#CC1DDB
A medium, vivid magenta closely aligning with Darkviolet.
About #CC1DDB
The hex code #CC1DDB represents a beautifully specific shade of magenta. Its closest recognized web color is Darkviolet. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 29, and 219.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 7% cyan, 87% magenta, 0% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC1DDB
RGB204, 29, 219
HSL295.3°, 76.6%, 48.6%
CMYK7%, 87%, 0%, 14%
HSV295.3°, 86.8%, 85.9%
LAB50.5, 82.2, -56.9
XYZ38.1, 18.8, 68.6
Decimal13376987
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1DDB;
}
.text-color {
color: #CC1DDB;
}
.border-color {
border: 2px solid #CC1DDB;
}