#CC0FDB
A medium, vivid magenta closely aligning with Fuchsia.
About #CC0FDB
Visually, #CC0FDB is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 15, and 219.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 7% C, 93% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC0FDB
RGB204, 15, 219
HSL295.6°, 87.2%, 45.9%
CMYK7%, 93%, 0%, 14%
HSV295.6°, 93.2%, 85.9%
LAB49.9, 84.0, -57.9
XYZ37.9, 18.3, 68.6
Decimal13373403
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.66:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0FDB;
}
.text-color {
color: #CC0FDB;
}
.border-color {
border: 2px solid #CC0FDB;
}