Shades of Deep Magenta #CE0EBC
Tints of Deep Magenta #CE0EBC
RGB
CMYK
RGB Variations
Color information
#CE0EBC (or 0xCE0EBC) is known color: Deep Magenta. HEX triplet: CE, 0E and BC. RGB value is (206,14,188). Sum of RGB (Red+Green+Blue) = 206+14+188=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EBC is #31F143. Grayscale: #5A5A5A. Windows color (decimal): -3273028 or 12324558. OLE color: 12324558.
HSL color Cylindrical-coordinate representation of color #CE0EBC: hue angle of 305.62º 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 #CE0EBC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 14 | 188 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.19 |
| HSL | 305.63º | 0.87% | 0.43% | - |
| HSV(B) | 305.63º | 0.93% | 0.81% | - |
| XYZ | 34.69 | 17.07 | 49.04 | - |
| YUV | 91.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 14 | 188 | 0 | 0.93 | 0.09 | 0.19 | 305.63 | 0.87 | 0.43 |
| Hex | CE | E | BC | 0 | 5D | 9 | 13 | 132 | 57 | 2B |
| Octal | 316 | 16 | 274 | 0 | 135 | 11 | 23 | 462 | 127 | 53 |
| Binary | 11001110 | 1110 | 10111100 | 0 | 1011101 | 1001 | 10011 | 100110010 | 1010111 | 101011 |
Color Harmonies of #CE0EBC
Complementary color
Monochromatic Colors of #CE0EBC
Black with #CE0EBC
Text Example
Text Example
White with #CE0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0EBC; }
p { color: rgb(206,14,188); }
H1.HeaderClassName
{
color: #CE0EBC;
}
.AnyTagClassName
{
color: #CE0EBC;
}
</style>
background-color css
<style>
a { background-color: #CE0EBC; }
a { background-color: rgb(206,14,188); }
div.DivClassName
{
background-color: #CE0EBC;
}
.BgClassName
{
background-color: #CE0EBC;
}
</style>
border-color css
<style>
span { border-color: #CE0EBC; }
span { border-color: rgb(206,14,188); }
td.TdClassName
{
border-color: #CE0EBC;
}
.TagClassName
{
border-color: #CE0EBC;
}
</style>