Shades of Deep Magenta #CE15AE
Tints of Deep Magenta #CE15AE
RGB
CMYK
RGB Variations
Color information
#CE15AE (or 0xCE15AE) is known color: Deep Magenta. HEX triplet: CE, 15 and AE. RGB value is (206,21,174). Sum of RGB (Red+Green+Blue) = 206+21+174=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE15AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE15AE is #31EA51. Grayscale: #5D5D5D. Windows color (decimal): -3271250 or 11408846. OLE color: 11408846.
HSL color Cylindrical-coordinate representation of color #CE15AE: hue angle of 310.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE15AE is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 21 | 174 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.19 |
| HSL | 310.38º | 0.81% | 0.45% | - |
| HSV(B) | 310.38º | 0.9% | 0.81% | - |
| XYZ | 33.36 | 16.71 | 41.51 | - |
| YUV | 93.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 21 | 174 | 0 | 0.90 | 0.16 | 0.19 | 310.38 | 0.81 | 0.45 |
| Hex | CE | 15 | AE | 0 | 5A | 10 | 13 | 136 | 51 | 2D |
| Octal | 316 | 25 | 256 | 0 | 132 | 20 | 23 | 466 | 121 | 55 |
| Binary | 11001110 | 10101 | 10101110 | 0 | 1011010 | 10000 | 10011 | 100110110 | 1010001 | 101101 |
Color Harmonies of #CE15AE
Complementary color
Monochromatic Colors of #CE15AE
Black with #CE15AE
Text Example
Text Example
White with #CE15AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE15AE; }
p { color: rgb(206,21,174); }
H1.HeaderClassName
{
color: #CE15AE;
}
.AnyTagClassName
{
color: #CE15AE;
}
</style>
background-color css
<style>
a { background-color: #CE15AE; }
a { background-color: rgb(206,21,174); }
div.DivClassName
{
background-color: #CE15AE;
}
.BgClassName
{
background-color: #CE15AE;
}
</style>
border-color css
<style>
span { border-color: #CE15AE; }
span { border-color: rgb(206,21,174); }
td.TdClassName
{
border-color: #CE15AE;
}
.TagClassName
{
border-color: #CE15AE;
}
</style>