Shades of Deep Magenta #CE1EAE
Tints of Deep Magenta #CE1EAE
RGB
CMYK
RGB Variations
Color information
#CE1EAE (or 0xCE1EAE) is known color: Deep Magenta. HEX triplet: CE, 1E and AE. RGB value is (206,30,174). Sum of RGB (Red+Green+Blue) = 206+30+174=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE1EAE is #31E151. Grayscale: #626262. Windows color (decimal): -3268946 or 11411150. OLE color: 11411150.
HSL color Cylindrical-coordinate representation of color #CE1EAE: hue angle of 310.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1EAE is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 174 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.19 |
| HSL | 310.91º | 0.75% | 0.46% | - |
| HSV(B) | 310.91º | 0.85% | 0.81% | - |
| XYZ | 33.56 | 17.11 | 41.58 | - |
| YUV | 99.04 | 170.31 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 174 | 0 | 0.85 | 0.16 | 0.19 | 310.91 | 0.75 | 0.46 |
| Hex | CE | 1E | AE | 0 | 55 | 10 | 13 | 137 | 4B | 2E |
| Octal | 316 | 36 | 256 | 0 | 125 | 20 | 23 | 467 | 113 | 56 |
| Binary | 11001110 | 11110 | 10101110 | 0 | 1010101 | 10000 | 10011 | 100110111 | 1001011 | 101110 |
Color Harmonies of #CE1EAE
Complementary color
Monochromatic Colors of #CE1EAE
Black with #CE1EAE
Text Example
Text Example
White with #CE1EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1EAE; }
p { color: rgb(206,30,174); }
H1.HeaderClassName
{
color: #CE1EAE;
}
.AnyTagClassName
{
color: #CE1EAE;
}
</style>
background-color css
<style>
a { background-color: #CE1EAE; }
a { background-color: rgb(206,30,174); }
div.DivClassName
{
background-color: #CE1EAE;
}
.BgClassName
{
background-color: #CE1EAE;
}
</style>
border-color css
<style>
span { border-color: #CE1EAE; }
span { border-color: rgb(206,30,174); }
td.TdClassName
{
border-color: #CE1EAE;
}
.TagClassName
{
border-color: #CE1EAE;
}
</style>