Shades of Deep Magenta #CE0BCC
Tints of Deep Magenta #CE0BCC
RGB
CMYK
RGB Variations
Color information
#CE0BCC (or 0xCE0BCC) is known color: Deep Magenta. HEX triplet: CE, 0B and CC. RGB value is (206,11,204). Sum of RGB (Red+Green+Blue) = 206+11+204=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0BCC is #31F433. Grayscale: #5A5A5A. Windows color (decimal): -3273780 or 13372366. OLE color: 13372366.
HSL color Cylindrical-coordinate representation of color #CE0BCC: hue angle of 300.62º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BCC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.19 |
| HSL | 300.62º | 0.9% | 0.43% | - |
| HSV(B) | 300.62º | 0.95% | 0.81% | - |
| XYZ | 36.47 | 17.72 | 58.62 | - |
| YUV | 91.31 | 191.6 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 11 | 204 | 0 | 0.95 | 0.01 | 0.19 | 300.62 | 0.9 | 0.43 |
| Hex | CE | B | CC | 0 | 5F | 1 | 13 | 12D | 5A | 2B |
| Octal | 316 | 13 | 314 | 0 | 137 | 1 | 23 | 455 | 132 | 53 |
| Binary | 11001110 | 1011 | 11001100 | 0 | 1011111 | 1 | 10011 | 100101101 | 1011010 | 101011 |
Color Harmonies of #CE0BCC
Complementary color
Monochromatic Colors of #CE0BCC
Black with #CE0BCC
Text Example
Text Example
White with #CE0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0BCC; }
p { color: rgb(206,11,204); }
H1.HeaderClassName
{
color: #CE0BCC;
}
.AnyTagClassName
{
color: #CE0BCC;
}
</style>
background-color css
<style>
a { background-color: #CE0BCC; }
a { background-color: rgb(206,11,204); }
div.DivClassName
{
background-color: #CE0BCC;
}
.BgClassName
{
background-color: #CE0BCC;
}
</style>
border-color css
<style>
span { border-color: #CE0BCC; }
span { border-color: rgb(206,11,204); }
td.TdClassName
{
border-color: #CE0BCC;
}
.TagClassName
{
border-color: #CE0BCC;
}
</style>