Shades of Deep Magenta #CB0ED8
Tints of Deep Magenta #CB0ED8
RGB
CMYK
RGB Variations
Color information
#CB0ED8 (or 0xCB0ED8) is known color: Deep Magenta. HEX triplet: CB, 0E and D8. RGB value is (203,14,216). Sum of RGB (Red+Green+Blue) = 203+14+216=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 216 (84.77% from 255 or 49.88% from 433); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB0ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0ED8 is #34F127. Grayscale: #5C5C5C. Windows color (decimal): -3469608 or 14159563. OLE color: 14159563.
HSL color Cylindrical-coordinate representation of color #CB0ED8: hue angle of 296.14º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0ED8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 14 | 216 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.15 |
| HSL | 296.14º | 0.88% | 0.45% | - |
| HSV(B) | 296.14º | 0.94% | 0.85% | - |
| XYZ | 37.18 | 17.97 | 66.47 | - |
| YUV | 93.54 | 197.12 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 216 | 0.06 | 0.94 | 0 | 0.15 | 296.14 | 0.88 | 0.45 |
| Hex | CB | E | D8 | 6 | 5E | 0 | F | 128 | 58 | 2D |
| Octal | 313 | 16 | 330 | 6 | 136 | 0 | 17 | 450 | 130 | 55 |
| Binary | 11001011 | 1110 | 11011000 | 110 | 1011110 | 0 | 1111 | 100101000 | 1011000 | 101101 |
Color Harmonies of #CB0ED8
Complementary color
Monochromatic Colors of #CB0ED8
Black with #CB0ED8
Text Example
Text Example
White with #CB0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0ED8; }
p { color: rgb(203,14,216); }
H1.HeaderClassName
{
color: #CB0ED8;
}
.AnyTagClassName
{
color: #CB0ED8;
}
</style>
background-color css
<style>
a { background-color: #CB0ED8; }
a { background-color: rgb(203,14,216); }
div.DivClassName
{
background-color: #CB0ED8;
}
.BgClassName
{
background-color: #CB0ED8;
}
</style>
border-color css
<style>
span { border-color: #CB0ED8; }
span { border-color: rgb(203,14,216); }
td.TdClassName
{
border-color: #CB0ED8;
}
.TagClassName
{
border-color: #CB0ED8;
}
</style>