Shades of Deep Magenta #CE11AE
Tints of Deep Magenta #CE11AE
RGB
CMYK
RGB Variations
Color information
#CE11AE (or 0xCE11AE) is known color: Deep Magenta. HEX triplet: CE, 11 and AE. RGB value is (206,17,174). Sum of RGB (Red+Green+Blue) = 206+17+174=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE11AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE11AE is #31EE51. Grayscale: #5A5A5A. Windows color (decimal): -3272274 or 11407822. OLE color: 11407822.
HSL color Cylindrical-coordinate representation of color #CE11AE: hue angle of 310.16º 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 #CE11AE is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 17 | 174 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.19 |
| HSL | 310.16º | 0.85% | 0.44% | - |
| HSV(B) | 310.16º | 0.92% | 0.81% | - |
| XYZ | 33.29 | 16.58 | 41.49 | - |
| YUV | 91.41 | 174.62 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 17 | 174 | 0 | 0.92 | 0.16 | 0.19 | 310.16 | 0.85 | 0.44 |
| Hex | CE | 11 | AE | 0 | 5C | 10 | 13 | 136 | 55 | 2C |
| Octal | 316 | 21 | 256 | 0 | 134 | 20 | 23 | 466 | 125 | 54 |
| Binary | 11001110 | 10001 | 10101110 | 0 | 1011100 | 10000 | 10011 | 100110110 | 1010101 | 101100 |
Color Harmonies of #CE11AE
Complementary color
Monochromatic Colors of #CE11AE
Black with #CE11AE
Text Example
Text Example
White with #CE11AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE11AE; }
p { color: rgb(206,17,174); }
H1.HeaderClassName
{
color: #CE11AE;
}
.AnyTagClassName
{
color: #CE11AE;
}
</style>
background-color css
<style>
a { background-color: #CE11AE; }
a { background-color: rgb(206,17,174); }
div.DivClassName
{
background-color: #CE11AE;
}
.BgClassName
{
background-color: #CE11AE;
}
</style>
border-color css
<style>
span { border-color: #CE11AE; }
span { border-color: rgb(206,17,174); }
td.TdClassName
{
border-color: #CE11AE;
}
.TagClassName
{
border-color: #CE11AE;
}
</style>