Shades of Deep Magenta #CE24E4
Tints of Deep Magenta #CE24E4
RGB
CMYK
RGB Variations
Color information
#CE24E4 (or 0xCE24E4) is known color: Deep Magenta. HEX triplet: CE, 24 and E4. RGB value is (206,36,228). Sum of RGB (Red+Green+Blue) = 206+36+228=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE24E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24E4 is #31DB1B. Grayscale: #6C6C6C. Windows color (decimal): -3267356 or 14951630. OLE color: 14951630.
HSL color Cylindrical-coordinate representation of color #CE24E4: hue angle of 293.12º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24E4 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 36 | 228 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.11 |
| HSL | 293.13º | 0.78% | 0.52% | - |
| HSV(B) | 293.13º | 0.84% | 0.89% | - |
| XYZ | 40.09 | 19.99 | 75.14 | - |
| YUV | 108.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 228 | 0.10 | 0.84 | 0 | 0.11 | 293.13 | 0.78 | 0.52 |
| Hex | CE | 24 | E4 | A | 54 | 0 | B | 125 | 4E | 34 |
| Octal | 316 | 44 | 344 | 12 | 124 | 0 | 13 | 445 | 116 | 64 |
| Binary | 11001110 | 100100 | 11100100 | 1010 | 1010100 | 0 | 1011 | 100100101 | 1001110 | 110100 |
Color Harmonies of #CE24E4
Complementary color
Monochromatic Colors of #CE24E4
Black with #CE24E4
Text Example
Text Example
White with #CE24E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24E4; }
p { color: rgb(206,36,228); }
H1.HeaderClassName
{
color: #CE24E4;
}
.AnyTagClassName
{
color: #CE24E4;
}
</style>
background-color css
<style>
a { background-color: #CE24E4; }
a { background-color: rgb(206,36,228); }
div.DivClassName
{
background-color: #CE24E4;
}
.BgClassName
{
background-color: #CE24E4;
}
</style>
border-color css
<style>
span { border-color: #CE24E4; }
span { border-color: rgb(206,36,228); }
td.TdClassName
{
border-color: #CE24E4;
}
.TagClassName
{
border-color: #CE24E4;
}
</style>