Shades of Deep Magenta #CE24E3
Tints of Deep Magenta #CE24E3
RGB
CMYK
RGB Variations
Color information
#CE24E3 (or 0xCE24E3) is known color: Deep Magenta. HEX triplet: CE, 24 and E3. RGB value is (206,36,227). Sum of RGB (Red+Green+Blue) = 206+36+227=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE24E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24E3 is #31DB1C. Grayscale: #6C6C6C. Windows color (decimal): -3267357 or 14886094. OLE color: 14886094.
HSL color Cylindrical-coordinate representation of color #CE24E3: hue angle of 293.4º degrees, saturation: 0.77, 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 #CE24E3 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 36 | 227 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.11 |
| HSL | 293.4º | 0.77% | 0.52% | - |
| HSV(B) | 293.4º | 0.84% | 0.89% | - |
| XYZ | 39.95 | 19.93 | 74.41 | - |
| YUV | 108.6 | 194.82 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 227 | 0.09 | 0.84 | 0 | 0.11 | 293.4 | 0.77 | 0.52 |
| Hex | CE | 24 | E3 | 9 | 54 | 0 | B | 125 | 4D | 34 |
| Octal | 316 | 44 | 343 | 11 | 124 | 0 | 13 | 445 | 115 | 64 |
| Binary | 11001110 | 100100 | 11100011 | 1001 | 1010100 | 0 | 1011 | 100100101 | 1001101 | 110100 |
Color Harmonies of #CE24E3
Complementary color
Monochromatic Colors of #CE24E3
Black with #CE24E3
Text Example
Text Example
White with #CE24E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24E3; }
p { color: rgb(206,36,227); }
H1.HeaderClassName
{
color: #CE24E3;
}
.AnyTagClassName
{
color: #CE24E3;
}
</style>
background-color css
<style>
a { background-color: #CE24E3; }
a { background-color: rgb(206,36,227); }
div.DivClassName
{
background-color: #CE24E3;
}
.BgClassName
{
background-color: #CE24E3;
}
</style>
border-color css
<style>
span { border-color: #CE24E3; }
span { border-color: rgb(206,36,227); }
td.TdClassName
{
border-color: #CE24E3;
}
.TagClassName
{
border-color: #CE24E3;
}
</style>