Shades of Deep Magenta #CE24C2
Tints of Deep Magenta #CE24C2
RGB
CMYK
RGB Variations
Color information
#CE24C2 (or 0xCE24C2) is known color: Deep Magenta. HEX triplet: CE, 24 and C2. RGB value is (206,36,194). Sum of RGB (Red+Green+Blue) = 206+36+194=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 36 (14.45% from 255 or 8.26% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24C2 is #31DB3D. Grayscale: #686868. Windows color (decimal): -3267390 or 12723406. OLE color: 12723406.
HSL color Cylindrical-coordinate representation of color #CE24C2: hue angle of 304.24º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE24C2 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 194 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.19 |
| HSL | 304.24º | 0.7% | 0.47% | - |
| HSV(B) | 304.24º | 0.83% | 0.81% | - |
| XYZ | 35.82 | 18.28 | 52.68 | - |
| YUV | 104.84 | 178.32 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 194 | 0 | 0.83 | 0.06 | 0.19 | 304.24 | 0.7 | 0.47 |
| Hex | CE | 24 | C2 | 0 | 53 | 6 | 13 | 130 | 46 | 2F |
| Octal | 316 | 44 | 302 | 0 | 123 | 6 | 23 | 460 | 106 | 57 |
| Binary | 11001110 | 100100 | 11000010 | 0 | 1010011 | 110 | 10011 | 100110000 | 1000110 | 101111 |
Color Harmonies of #CE24C2
Complementary color
Monochromatic Colors of #CE24C2
Black with #CE24C2
Text Example
Text Example
White with #CE24C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24C2; }
p { color: rgb(206,36,194); }
H1.HeaderClassName
{
color: #CE24C2;
}
.AnyTagClassName
{
color: #CE24C2;
}
</style>
background-color css
<style>
a { background-color: #CE24C2; }
a { background-color: rgb(206,36,194); }
div.DivClassName
{
background-color: #CE24C2;
}
.BgClassName
{
background-color: #CE24C2;
}
</style>
border-color css
<style>
span { border-color: #CE24C2; }
span { border-color: rgb(206,36,194); }
td.TdClassName
{
border-color: #CE24C2;
}
.TagClassName
{
border-color: #CE24C2;
}
</style>