Shades of Deep Magenta #CE1AE4
Tints of Deep Magenta #CE1AE4
RGB
CMYK
RGB Variations
Color information
#CE1AE4 (or 0xCE1AE4) is known color: Deep Magenta. HEX triplet: CE, 1A and E4. RGB value is (206,26,228). Sum of RGB (Red+Green+Blue) = 206+26+228=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 26 (10.55% from 255 or 5.65% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE1AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1AE4 is #31E51B. Grayscale: #666666. Windows color (decimal): -3269916 or 14949070. OLE color: 14949070.
HSL color Cylindrical-coordinate representation of color #CE1AE4: hue angle of 293.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1AE4 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 26 | 228 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.11 |
| HSL | 293.47º | 0.8% | 0.5% | - |
| HSV(B) | 293.47º | 0.89% | 0.89% | - |
| XYZ | 39.83 | 19.46 | 75.06 | - |
| YUV | 102.85 | 198.63 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 26 | 228 | 0.10 | 0.89 | 0 | 0.11 | 293.47 | 0.8 | 0.5 |
| Hex | CE | 1A | E4 | A | 59 | 0 | B | 125 | 50 | 32 |
| Octal | 316 | 32 | 344 | 12 | 131 | 0 | 13 | 445 | 120 | 62 |
| Binary | 11001110 | 11010 | 11100100 | 1010 | 1011001 | 0 | 1011 | 100100101 | 1010000 | 110010 |
Color Harmonies of #CE1AE4
Complementary color
Monochromatic Colors of #CE1AE4
Black with #CE1AE4
Text Example
Text Example
White with #CE1AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1AE4; }
p { color: rgb(206,26,228); }
H1.HeaderClassName
{
color: #CE1AE4;
}
.AnyTagClassName
{
color: #CE1AE4;
}
</style>
background-color css
<style>
a { background-color: #CE1AE4; }
a { background-color: rgb(206,26,228); }
div.DivClassName
{
background-color: #CE1AE4;
}
.BgClassName
{
background-color: #CE1AE4;
}
</style>
border-color css
<style>
span { border-color: #CE1AE4; }
span { border-color: rgb(206,26,228); }
td.TdClassName
{
border-color: #CE1AE4;
}
.TagClassName
{
border-color: #CE1AE4;
}
</style>