#CC07DB
A medium, vivid magenta closely aligning with Fuchsia.
About #CC07DB
Visually, #CC07DB is defined as a vivid magenta. Its closest recognized web color is Fuchsia. This translates to an RGB value of rgb(204, 7, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 7% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#CC07DB
RGB204, 7, 219
HSL295.8°, 93.8%, 44.3%
CMYK7%, 97%, 0%, 14%
HSV295.8°, 96.8%, 85.9%
LAB49.6, 84.7, -58.2
XYZ37.8, 18.1, 68.5
Decimal13371355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC07DB;
}
.text-color {
color: #CC07DB;
}
.border-color {
border: 2px solid #CC07DB;
}