Shades of Deep Magenta #CB08DC
Tints of Deep Magenta #CB08DC
RGB
CMYK
RGB Variations
Color information
#CB08DC (or 0xCB08DC) is known color: Deep Magenta. HEX triplet: CB, 08 and DC. RGB value is (203,8,220). Sum of RGB (Red+Green+Blue) = 203+8+220=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB08DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB08DC is #34F723. Grayscale: #595959. Windows color (decimal): -3471140 or 14420171. OLE color: 14420171.
HSL color Cylindrical-coordinate representation of color #CB08DC: hue angle of 295.19º 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 #CB08DC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 8 | 220 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.14 |
| HSL | 295.19º | 0.93% | 0.45% | - |
| HSV(B) | 295.19º | 0.96% | 0.86% | - |
| XYZ | 37.63 | 18.04 | 69.21 | - |
| YUV | 90.47 | 201.1 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 8 | 220 | 0.08 | 0.96 | 0 | 0.14 | 295.19 | 0.93 | 0.45 |
| Hex | CB | 8 | DC | 8 | 60 | 0 | E | 127 | 5D | 2D |
| Octal | 313 | 10 | 334 | 10 | 140 | 0 | 16 | 447 | 135 | 55 |
| Binary | 11001011 | 1000 | 11011100 | 1000 | 1100000 | 0 | 1110 | 100100111 | 1011101 | 101101 |
Color Harmonies of #CB08DC
Complementary color
Monochromatic Colors of #CB08DC
Black with #CB08DC
Text Example
Text Example
White with #CB08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB08DC; }
p { color: rgb(203,8,220); }
H1.HeaderClassName
{
color: #CB08DC;
}
.AnyTagClassName
{
color: #CB08DC;
}
</style>
background-color css
<style>
a { background-color: #CB08DC; }
a { background-color: rgb(203,8,220); }
div.DivClassName
{
background-color: #CB08DC;
}
.BgClassName
{
background-color: #CB08DC;
}
</style>
border-color css
<style>
span { border-color: #CB08DC; }
span { border-color: rgb(203,8,220); }
td.TdClassName
{
border-color: #CB08DC;
}
.TagClassName
{
border-color: #CB08DC;
}
</style>