Shades of Deep Magenta #CB08DB
Tints of Deep Magenta #CB08DB
RGB
CMYK
RGB Variations
Color information
#CB08DB (or 0xCB08DB) is known color: Deep Magenta. HEX triplet: CB, 08 and DB. RGB value is (203,8,219). Sum of RGB (Red+Green+Blue) = 203+8+219=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 8 (3.52% from 255 or 1.86% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08DB is #34F724. Grayscale: #595959. Windows color (decimal): -3471141 or 14354635. OLE color: 14354635.
HSL color Cylindrical-coordinate representation of color #CB08DB: hue angle of 295.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CB08DB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 8 | 219 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.14 |
| HSL | 295.45º | 0.93% | 0.45% | - |
| HSV(B) | 295.45º | 0.96% | 0.86% | - |
| XYZ | 37.5 | 17.98 | 68.51 | - |
| YUV | 90.36 | 200.6 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 219 | 0.07 | 0.96 | 0 | 0.14 | 295.45 | 0.93 | 0.45 |
| Hex | CB | 8 | DB | 7 | 60 | 0 | E | 127 | 5D | 2D |
| Octal | 313 | 10 | 333 | 7 | 140 | 0 | 16 | 447 | 135 | 55 |
| Binary | 11001011 | 1000 | 11011011 | 111 | 1100000 | 0 | 1110 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CB08DB
Complementary color
Monochromatic Colors of #CB08DB
Black with #CB08DB
Text Example
Text Example
White with #CB08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08DB; }
p { color: rgb(203,8,219); }
H1.HeaderClassName
{
color: #CB08DB;
}
.AnyTagClassName
{
color: #CB08DB;
}
</style>
background-color css
<style>
a { background-color: #CB08DB; }
a { background-color: rgb(203,8,219); }
div.DivClassName
{
background-color: #CB08DB;
}
.BgClassName
{
background-color: #CB08DB;
}
</style>
border-color css
<style>
span { border-color: #CB08DB; }
span { border-color: rgb(203,8,219); }
td.TdClassName
{
border-color: #CB08DB;
}
.TagClassName
{
border-color: #CB08DB;
}
</style>