Shades of Deep Magenta #CE2AE5
Tints of Deep Magenta #CE2AE5
RGB
CMYK
RGB Variations
Color information
#CE2AE5 (or 0xCE2AE5) is known color: Deep Magenta. HEX triplet: CE, 2A and E5. RGB value is (206,42,229). Sum of RGB (Red+Green+Blue) = 206+42+229=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE2AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2AE5 is #31D51A. Grayscale: #6F6F6F. Windows color (decimal): -3265819 or 15018702. OLE color: 15018702.
HSL color Cylindrical-coordinate representation of color #CE2AE5: hue angle of 292.62º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2AE5 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 42 | 229 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.10 |
| HSL | 292.62º | 0.78% | 0.53% | - |
| HSV(B) | 292.62º | 0.82% | 0.9% | - |
| XYZ | 40.42 | 20.43 | 75.94 | - |
| YUV | 112.35 | 193.83 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 229 | 0.10 | 0.82 | 0 | 0.10 | 292.62 | 0.78 | 0.53 |
| Hex | CE | 2A | E5 | A | 52 | 0 | A | 125 | 4E | 35 |
| Octal | 316 | 52 | 345 | 12 | 122 | 0 | 12 | 445 | 116 | 65 |
| Binary | 11001110 | 101010 | 11100101 | 1010 | 1010010 | 0 | 1010 | 100100101 | 1001110 | 110101 |
Color Harmonies of #CE2AE5
Complementary color
Monochromatic Colors of #CE2AE5
Black with #CE2AE5
Text Example
Text Example
White with #CE2AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2AE5; }
p { color: rgb(206,42,229); }
H1.HeaderClassName
{
color: #CE2AE5;
}
.AnyTagClassName
{
color: #CE2AE5;
}
</style>
background-color css
<style>
a { background-color: #CE2AE5; }
a { background-color: rgb(206,42,229); }
div.DivClassName
{
background-color: #CE2AE5;
}
.BgClassName
{
background-color: #CE2AE5;
}
</style>
border-color css
<style>
span { border-color: #CE2AE5; }
span { border-color: rgb(206,42,229); }
td.TdClassName
{
border-color: #CE2AE5;
}
.TagClassName
{
border-color: #CE2AE5;
}
</style>