Shades of Deep Magenta #CE14AE
Tints of Deep Magenta #CE14AE
RGB
CMYK
RGB Variations
Color information
#CE14AE (or 0xCE14AE) is known color: Deep Magenta. HEX triplet: CE, 14 and AE. RGB value is (206,20,174). Sum of RGB (Red+Green+Blue) = 206+20+174=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE14AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE14AE is #31EB51. Grayscale: #5C5C5C. Windows color (decimal): -3271506 or 11408590. OLE color: 11408590.
HSL color Cylindrical-coordinate representation of color #CE14AE: hue angle of 310.32º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE14AE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 20 | 174 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.19 |
| HSL | 310.32º | 0.82% | 0.44% | - |
| HSV(B) | 310.32º | 0.9% | 0.81% | - |
| XYZ | 33.34 | 16.68 | 41.51 | - |
| YUV | 93.17 | 173.62 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 20 | 174 | 0 | 0.90 | 0.16 | 0.19 | 310.32 | 0.82 | 0.44 |
| Hex | CE | 14 | AE | 0 | 5A | 10 | 13 | 136 | 52 | 2C |
| Octal | 316 | 24 | 256 | 0 | 132 | 20 | 23 | 466 | 122 | 54 |
| Binary | 11001110 | 10100 | 10101110 | 0 | 1011010 | 10000 | 10011 | 100110110 | 1010010 | 101100 |
Color Harmonies of #CE14AE
Complementary color
Monochromatic Colors of #CE14AE
Black with #CE14AE
Text Example
Text Example
White with #CE14AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE14AE; }
p { color: rgb(206,20,174); }
H1.HeaderClassName
{
color: #CE14AE;
}
.AnyTagClassName
{
color: #CE14AE;
}
</style>
background-color css
<style>
a { background-color: #CE14AE; }
a { background-color: rgb(206,20,174); }
div.DivClassName
{
background-color: #CE14AE;
}
.BgClassName
{
background-color: #CE14AE;
}
</style>
border-color css
<style>
span { border-color: #CE14AE; }
span { border-color: rgb(206,20,174); }
td.TdClassName
{
border-color: #CE14AE;
}
.TagClassName
{
border-color: #CE14AE;
}
</style>