Shades of Deep Magenta #CE0AE0
Tints of Deep Magenta #CE0AE0
RGB
CMYK
RGB Variations
Color information
#CE0AE0 (or 0xCE0AE0) is known color: Deep Magenta. HEX triplet: CE, 0A and E0. RGB value is (206,10,224). Sum of RGB (Red+Green+Blue) = 206+10+224=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE0AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0AE0 is #31F51F. Grayscale: #5C5C5C. Windows color (decimal): -3274016 or 14682830. OLE color: 14682830.
HSL color Cylindrical-coordinate representation of color #CE0AE0: hue angle of 294.95º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE0AE0 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 10 | 224 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.12 |
| HSL | 294.95º | 0.91% | 0.46% | - |
| HSV(B) | 294.95º | 0.96% | 0.88% | - |
| XYZ | 39.02 | 18.72 | 72.08 | - |
| YUV | 93 | 201.93 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 10 | 224 | 0.08 | 0.96 | 0 | 0.12 | 294.95 | 0.91 | 0.46 |
| Hex | CE | A | E0 | 8 | 60 | 0 | C | 127 | 5B | 2E |
| Octal | 316 | 12 | 340 | 10 | 140 | 0 | 14 | 447 | 133 | 56 |
| Binary | 11001110 | 1010 | 11100000 | 1000 | 1100000 | 0 | 1100 | 100100111 | 1011011 | 101110 |
Color Harmonies of #CE0AE0
Complementary color
Monochromatic Colors of #CE0AE0
Black with #CE0AE0
Text Example
Text Example
White with #CE0AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0AE0; }
p { color: rgb(206,10,224); }
H1.HeaderClassName
{
color: #CE0AE0;
}
.AnyTagClassName
{
color: #CE0AE0;
}
</style>
background-color css
<style>
a { background-color: #CE0AE0; }
a { background-color: rgb(206,10,224); }
div.DivClassName
{
background-color: #CE0AE0;
}
.BgClassName
{
background-color: #CE0AE0;
}
</style>
border-color css
<style>
span { border-color: #CE0AE0; }
span { border-color: rgb(206,10,224); }
td.TdClassName
{
border-color: #CE0AE0;
}
.TagClassName
{
border-color: #CE0AE0;
}
</style>