Shades of Deep Magenta #CE17AE
Tints of Deep Magenta #CE17AE
RGB
CMYK
RGB Variations
Color information
#CE17AE (or 0xCE17AE) is known color: Deep Magenta. HEX triplet: CE, 17 and AE. RGB value is (206,23,174). Sum of RGB (Red+Green+Blue) = 206+23+174=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE17AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE17AE is #31E851. Grayscale: #5E5E5E. Windows color (decimal): -3270738 or 11409358. OLE color: 11409358.
HSL color Cylindrical-coordinate representation of color #CE17AE: hue angle of 310.49º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE17AE is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 23 | 174 | - |
| CMYK | 0 | 0.89 | 0.16 | 0.19 |
| HSL | 310.49º | 0.8% | 0.45% | - |
| HSV(B) | 310.49º | 0.89% | 0.81% | - |
| XYZ | 33.4 | 16.79 | 41.52 | - |
| YUV | 94.93 | 172.63 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 23 | 174 | 0 | 0.89 | 0.16 | 0.19 | 310.49 | 0.8 | 0.45 |
| Hex | CE | 17 | AE | 0 | 59 | 10 | 13 | 136 | 50 | 2D |
| Octal | 316 | 27 | 256 | 0 | 131 | 20 | 23 | 466 | 120 | 55 |
| Binary | 11001110 | 10111 | 10101110 | 0 | 1011001 | 10000 | 10011 | 100110110 | 1010000 | 101101 |
Color Harmonies of #CE17AE
Complementary color
Monochromatic Colors of #CE17AE
Black with #CE17AE
Text Example
Text Example
White with #CE17AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE17AE; }
p { color: rgb(206,23,174); }
H1.HeaderClassName
{
color: #CE17AE;
}
.AnyTagClassName
{
color: #CE17AE;
}
</style>
background-color css
<style>
a { background-color: #CE17AE; }
a { background-color: rgb(206,23,174); }
div.DivClassName
{
background-color: #CE17AE;
}
.BgClassName
{
background-color: #CE17AE;
}
</style>
border-color css
<style>
span { border-color: #CE17AE; }
span { border-color: rgb(206,23,174); }
td.TdClassName
{
border-color: #CE17AE;
}
.TagClassName
{
border-color: #CE17AE;
}
</style>