Shades of Deep Magenta #CB0EE0
Tints of Deep Magenta #CB0EE0
RGB
CMYK
RGB Variations
Color information
#CB0EE0 (or 0xCB0EE0) is known color: Deep Magenta. HEX triplet: CB, 0E and E0. RGB value is (203,14,224). Sum of RGB (Red+Green+Blue) = 203+14+224=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB0EE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0EE0 is #34F11F. Grayscale: #5D5D5D. Windows color (decimal): -3469600 or 14683851. OLE color: 14683851.
HSL color Cylindrical-coordinate representation of color #CB0EE0: hue angle of 294º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0EE0 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 14 | 224 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.12 |
| HSL | 294º | 0.88% | 0.47% | - |
| HSV(B) | 294º | 0.94% | 0.88% | - |
| XYZ | 38.24 | 18.39 | 72.06 | - |
| YUV | 94.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 14 | 224 | 0.09 | 0.94 | 0 | 0.12 | 294 | 0.88 | 0.47 |
| Hex | CB | E | E0 | 9 | 5E | 0 | C | 126 | 58 | 2F |
| Octal | 313 | 16 | 340 | 11 | 136 | 0 | 14 | 446 | 130 | 57 |
| Binary | 11001011 | 1110 | 11100000 | 1001 | 1011110 | 0 | 1100 | 100100110 | 1011000 | 101111 |
Color Harmonies of #CB0EE0
Complementary color
Monochromatic Colors of #CB0EE0
Black with #CB0EE0
Text Example
Text Example
White with #CB0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0EE0; }
p { color: rgb(203,14,224); }
H1.HeaderClassName
{
color: #CB0EE0;
}
.AnyTagClassName
{
color: #CB0EE0;
}
</style>
background-color css
<style>
a { background-color: #CB0EE0; }
a { background-color: rgb(203,14,224); }
div.DivClassName
{
background-color: #CB0EE0;
}
.BgClassName
{
background-color: #CB0EE0;
}
</style>
border-color css
<style>
span { border-color: #CB0EE0; }
span { border-color: rgb(203,14,224); }
td.TdClassName
{
border-color: #CB0EE0;
}
.TagClassName
{
border-color: #CB0EE0;
}
</style>