Shades of Deep Magenta #CB02DB
Tints of Deep Magenta #CB02DB
RGB
CMYK
RGB Variations
Color information
#CB02DB (or 0xCB02DB) is known color: Deep Magenta. HEX triplet: CB, 02 and DB. RGB value is (203,2,219). Sum of RGB (Red+Green+Blue) = 203+2+219=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB02DB is #34FD24. Grayscale: #565656. Windows color (decimal): -3472677 or 14353099. OLE color: 14353099.
HSL color Cylindrical-coordinate representation of color #CB02DB: hue angle of 295.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB02DB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 2 | 219 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.14 |
| HSL | 295.58º | 0.98% | 0.43% | - |
| HSV(B) | 295.58º | 0.99% | 0.86% | - |
| XYZ | 37.44 | 17.85 | 68.49 | - |
| YUV | 86.84 | 202.59 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 2 | 219 | 0.07 | 0.99 | 0 | 0.14 | 295.58 | 0.98 | 0.43 |
| Hex | CB | 2 | DB | 7 | 63 | 0 | E | 128 | 62 | 2B |
| Octal | 313 | 2 | 333 | 7 | 143 | 0 | 16 | 450 | 142 | 53 |
| Binary | 11001011 | 10 | 11011011 | 111 | 1100011 | 0 | 1110 | 100101000 | 1100010 | 101011 |
Color Harmonies of #CB02DB
Complementary color
Monochromatic Colors of #CB02DB
Black with #CB02DB
Text Example
Text Example
White with #CB02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB02DB; }
p { color: rgb(203,2,219); }
H1.HeaderClassName
{
color: #CB02DB;
}
.AnyTagClassName
{
color: #CB02DB;
}
</style>
background-color css
<style>
a { background-color: #CB02DB; }
a { background-color: rgb(203,2,219); }
div.DivClassName
{
background-color: #CB02DB;
}
.BgClassName
{
background-color: #CB02DB;
}
</style>
border-color css
<style>
span { border-color: #CB02DB; }
span { border-color: rgb(203,2,219); }
td.TdClassName
{
border-color: #CB02DB;
}
.TagClassName
{
border-color: #CB02DB;
}
</style>