#DB00CC
A medium, vivid magenta closely aligning with Fuchsia.
About #DB00CC
Visually, #DB00CC is defined as a vivid magenta. It is closely associated with the named CSS color Fuchsia. In the RGB color space, it consists of 219 red, 0 green, and 204 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB00CC
RGB219, 0, 204
HSL304.1°, 100.0%, 42.9%
CMYK0%, 100%, 7%, 14%
HSV304.1°, 100.0%, 85.9%
LAB51.2, 85.5, -47.0
XYZ40.1, 19.4, 58.8
Decimal14352588
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB00CC;
}
.text-color {
color: #DB00CC;
}
.border-color {
border: 2px solid #DB00CC;
}