Shades of Deep Magenta #CB0EDB
Tints of Deep Magenta #CB0EDB
RGB
CMYK
RGB Variations
Color information
#CB0EDB (or 0xCB0EDB) is known color: Deep Magenta. HEX triplet: CB, 0E and DB. RGB value is (203,14,219). Sum of RGB (Red+Green+Blue) = 203+14+219=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB0EDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EDB is #34F124. Grayscale: #5D5D5D. Windows color (decimal): -3469605 or 14356171. OLE color: 14356171.
HSL color Cylindrical-coordinate representation of color #CB0EDB: hue angle of 295.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EDB is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 14 | 219 | - |
| CMYK | 0.07 | 0.94 | 0 | 0.14 |
| HSL | 295.32º | 0.88% | 0.46% | - |
| HSV(B) | 295.32º | 0.94% | 0.86% | - |
| XYZ | 37.57 | 18.13 | 68.54 | - |
| YUV | 93.88 | 198.62 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 219 | 0.07 | 0.94 | 0 | 0.14 | 295.32 | 0.88 | 0.46 |
| Hex | CB | E | DB | 7 | 5E | 0 | E | 127 | 58 | 2E |
| Octal | 313 | 16 | 333 | 7 | 136 | 0 | 16 | 447 | 130 | 56 |
| Binary | 11001011 | 1110 | 11011011 | 111 | 1011110 | 0 | 1110 | 100100111 | 1011000 | 101110 |
Color Harmonies of #CB0EDB
Complementary color
Monochromatic Colors of #CB0EDB
Black with #CB0EDB
Text Example
Text Example
White with #CB0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EDB; }
p { color: rgb(203,14,219); }
H1.HeaderClassName
{
color: #CB0EDB;
}
.AnyTagClassName
{
color: #CB0EDB;
}
</style>
background-color css
<style>
a { background-color: #CB0EDB; }
a { background-color: rgb(203,14,219); }
div.DivClassName
{
background-color: #CB0EDB;
}
.BgClassName
{
background-color: #CB0EDB;
}
</style>
border-color css
<style>
span { border-color: #CB0EDB; }
span { border-color: rgb(203,14,219); }
td.TdClassName
{
border-color: #CB0EDB;
}
.TagClassName
{
border-color: #CB0EDB;
}
</style>