Shades of Deep Magenta #CE0EB8
Tints of Deep Magenta #CE0EB8
RGB
CMYK
RGB Variations
Color information
#CE0EB8 (or 0xCE0EB8) is known color: Deep Magenta. HEX triplet: CE, 0E and B8. RGB value is (206,14,184). Sum of RGB (Red+Green+Blue) = 206+14+184=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 14 (5.86% from 255 or 3.47% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EB8 is #31F147. Grayscale: #5A5A5A. Windows color (decimal): -3273032 or 12062414. OLE color: 12062414.
HSL color Cylindrical-coordinate representation of color #CE0EB8: hue angle of 306.88º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE0EB8 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 184 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.19 |
| HSL | 306.88º | 0.87% | 0.43% | - |
| HSV(B) | 306.88º | 0.93% | 0.81% | - |
| XYZ | 34.26 | 16.9 | 46.8 | - |
| YUV | 90.79 | 180.61 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 184 | 0 | 0.93 | 0.11 | 0.19 | 306.88 | 0.87 | 0.43 |
| Hex | CE | E | B8 | 0 | 5D | B | 13 | 133 | 57 | 2B |
| Octal | 316 | 16 | 270 | 0 | 135 | 13 | 23 | 463 | 127 | 53 |
| Binary | 11001110 | 1110 | 10111000 | 0 | 1011101 | 1011 | 10011 | 100110011 | 1010111 | 101011 |
Color Harmonies of #CE0EB8
Complementary color
Monochromatic Colors of #CE0EB8
Black with #CE0EB8
Text Example
Text Example
White with #CE0EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EB8; }
p { color: rgb(206,14,184); }
H1.HeaderClassName
{
color: #CE0EB8;
}
.AnyTagClassName
{
color: #CE0EB8;
}
</style>
background-color css
<style>
a { background-color: #CE0EB8; }
a { background-color: rgb(206,14,184); }
div.DivClassName
{
background-color: #CE0EB8;
}
.BgClassName
{
background-color: #CE0EB8;
}
</style>
border-color css
<style>
span { border-color: #CE0EB8; }
span { border-color: rgb(206,14,184); }
td.TdClassName
{
border-color: #CE0EB8;
}
.TagClassName
{
border-color: #CE0EB8;
}
</style>