Shades of Deep Magenta #CE24C0
Tints of Deep Magenta #CE24C0
RGB
CMYK
RGB Variations
Color information
#CE24C0 (or 0xCE24C0) is known color: Deep Magenta. HEX triplet: CE, 24 and C0. RGB value is (206,36,192). Sum of RGB (Red+Green+Blue) = 206+36+192=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24C0 is #31DB3F. Grayscale: #686868. Windows color (decimal): -3267392 or 12592334. OLE color: 12592334.
HSL color Cylindrical-coordinate representation of color #CE24C0: hue angle of 304.94º 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 #CE24C0 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 192 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.19 |
| HSL | 304.94º | 0.7% | 0.47% | - |
| HSV(B) | 304.94º | 0.83% | 0.81% | - |
| XYZ | 35.6 | 18.19 | 51.5 | - |
| YUV | 104.61 | 177.32 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 192 | 0 | 0.83 | 0.07 | 0.19 | 304.94 | 0.7 | 0.47 |
| Hex | CE | 24 | C0 | 0 | 53 | 7 | 13 | 131 | 46 | 2F |
| Octal | 316 | 44 | 300 | 0 | 123 | 7 | 23 | 461 | 106 | 57 |
| Binary | 11001110 | 100100 | 11000000 | 0 | 1010011 | 111 | 10011 | 100110001 | 1000110 | 101111 |
Color Harmonies of #CE24C0
Complementary color
Monochromatic Colors of #CE24C0
Black with #CE24C0
Text Example
Text Example
White with #CE24C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24C0; }
p { color: rgb(206,36,192); }
H1.HeaderClassName
{
color: #CE24C0;
}
.AnyTagClassName
{
color: #CE24C0;
}
</style>
background-color css
<style>
a { background-color: #CE24C0; }
a { background-color: rgb(206,36,192); }
div.DivClassName
{
background-color: #CE24C0;
}
.BgClassName
{
background-color: #CE24C0;
}
</style>
border-color css
<style>
span { border-color: #CE24C0; }
span { border-color: rgb(206,36,192); }
td.TdClassName
{
border-color: #CE24C0;
}
.TagClassName
{
border-color: #CE24C0;
}
</style>