Shades of Deep Magenta #CB02DC
Tints of Deep Magenta #CB02DC
RGB
CMYK
RGB Variations
Color information
#CB02DC (or 0xCB02DC) is known color: Deep Magenta. HEX triplet: CB, 02 and DC. RGB value is (203,2,220). Sum of RGB (Red+Green+Blue) = 203+2+220=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB02DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02DC is #34FD23. Grayscale: #565656. Windows color (decimal): -3472676 or 14418635. OLE color: 14418635.
HSL color Cylindrical-coordinate representation of color #CB02DC: hue angle of 295.32º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02DC is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 2 | 220 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.14 |
| HSL | 295.32º | 0.98% | 0.44% | - |
| HSV(B) | 295.32º | 0.99% | 0.86% | - |
| XYZ | 37.57 | 17.91 | 69.19 | - |
| YUV | 86.95 | 203.09 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 220 | 0.08 | 0.99 | 0 | 0.14 | 295.32 | 0.98 | 0.44 |
| Hex | CB | 2 | DC | 8 | 63 | 0 | E | 127 | 62 | 2C |
| Octal | 313 | 2 | 334 | 10 | 143 | 0 | 16 | 447 | 142 | 54 |
| Binary | 11001011 | 10 | 11011100 | 1000 | 1100011 | 0 | 1110 | 100100111 | 1100010 | 101100 |
Color Harmonies of #CB02DC
Complementary color
Monochromatic Colors of #CB02DC
Black with #CB02DC
Text Example
Text Example
White with #CB02DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02DC; }
p { color: rgb(203,2,220); }
H1.HeaderClassName
{
color: #CB02DC;
}
.AnyTagClassName
{
color: #CB02DC;
}
</style>
background-color css
<style>
a { background-color: #CB02DC; }
a { background-color: rgb(203,2,220); }
div.DivClassName
{
background-color: #CB02DC;
}
.BgClassName
{
background-color: #CB02DC;
}
</style>
border-color css
<style>
span { border-color: #CB02DC; }
span { border-color: rgb(203,2,220); }
td.TdClassName
{
border-color: #CB02DC;
}
.TagClassName
{
border-color: #CB02DC;
}
</style>