Shades of Deep Magenta #CE11CC
Tints of Deep Magenta #CE11CC
RGB
CMYK
RGB Variations
Color information
#CE11CC (or 0xCE11CC) is known color: Deep Magenta. HEX triplet: CE, 11 and CC. RGB value is (206,17,204). Sum of RGB (Red+Green+Blue) = 206+17+204=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE11CC is #31EE33. Grayscale: #5E5E5E. Windows color (decimal): -3272244 or 13373902. OLE color: 13373902.
HSL color Cylindrical-coordinate representation of color #CE11CC: hue angle of 300.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE11CC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 204 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.19 |
| HSL | 300.63º | 0.85% | 0.44% | - |
| HSV(B) | 300.63º | 0.92% | 0.81% | - |
| XYZ | 36.55 | 17.88 | 58.65 | - |
| YUV | 94.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 204 | 0 | 0.92 | 0.01 | 0.19 | 300.63 | 0.85 | 0.44 |
| Hex | CE | 11 | CC | 0 | 5C | 1 | 13 | 12D | 55 | 2C |
| Octal | 316 | 21 | 314 | 0 | 134 | 1 | 23 | 455 | 125 | 54 |
| Binary | 11001110 | 10001 | 11001100 | 0 | 1011100 | 1 | 10011 | 100101101 | 1010101 | 101100 |
Color Harmonies of #CE11CC
Complementary color
Monochromatic Colors of #CE11CC
Black with #CE11CC
Text Example
Text Example
White with #CE11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11CC; }
p { color: rgb(206,17,204); }
H1.HeaderClassName
{
color: #CE11CC;
}
.AnyTagClassName
{
color: #CE11CC;
}
</style>
background-color css
<style>
a { background-color: #CE11CC; }
a { background-color: rgb(206,17,204); }
div.DivClassName
{
background-color: #CE11CC;
}
.BgClassName
{
background-color: #CE11CC;
}
</style>
border-color css
<style>
span { border-color: #CE11CC; }
span { border-color: rgb(206,17,204); }
td.TdClassName
{
border-color: #CE11CC;
}
.TagClassName
{
border-color: #CE11CC;
}
</style>