Shades of Deep Magenta #CE24CA
Tints of Deep Magenta #CE24CA
RGB
CMYK
RGB Variations
Color information
#CE24CA (or 0xCE24CA) is known color: Deep Magenta. HEX triplet: CE, 24 and CA. RGB value is (206,36,202). Sum of RGB (Red+Green+Blue) = 206+36+202=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 36 (14.45% from 255 or 8.11% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24CA is #31DB35. Grayscale: #696969. Windows color (decimal): -3267382 or 13247694. OLE color: 13247694.
HSL color Cylindrical-coordinate representation of color #CE24CA: hue angle of 301.41º 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 #CE24CA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 202 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.19 |
| HSL | 301.41º | 0.7% | 0.47% | - |
| HSV(B) | 301.41º | 0.83% | 0.81% | - |
| XYZ | 36.75 | 18.65 | 57.54 | - |
| YUV | 105.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 202 | 0 | 0.83 | 0.02 | 0.19 | 301.41 | 0.7 | 0.47 |
| Hex | CE | 24 | CA | 0 | 53 | 2 | 13 | 12D | 46 | 2F |
| Octal | 316 | 44 | 312 | 0 | 123 | 2 | 23 | 455 | 106 | 57 |
| Binary | 11001110 | 100100 | 11001010 | 0 | 1010011 | 10 | 10011 | 100101101 | 1000110 | 101111 |
Color Harmonies of #CE24CA
Complementary color
Monochromatic Colors of #CE24CA
Black with #CE24CA
Text Example
Text Example
White with #CE24CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24CA; }
p { color: rgb(206,36,202); }
H1.HeaderClassName
{
color: #CE24CA;
}
.AnyTagClassName
{
color: #CE24CA;
}
</style>
background-color css
<style>
a { background-color: #CE24CA; }
a { background-color: rgb(206,36,202); }
div.DivClassName
{
background-color: #CE24CA;
}
.BgClassName
{
background-color: #CE24CA;
}
</style>
border-color css
<style>
span { border-color: #CE24CA; }
span { border-color: rgb(206,36,202); }
td.TdClassName
{
border-color: #CE24CA;
}
.TagClassName
{
border-color: #CE24CA;
}
</style>