Shades of Deep Magenta #CE24DF
Tints of Deep Magenta #CE24DF
RGB
CMYK
RGB Variations
Color information
#CE24DF (or 0xCE24DF) is known color: Deep Magenta. HEX triplet: CE, 24 and DF. RGB value is (206,36,223). Sum of RGB (Red+Green+Blue) = 206+36+223=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24DF is #31DB20. Grayscale: #6B6B6B. Windows color (decimal): -3267361 or 14623950. OLE color: 14623950.
HSL color Cylindrical-coordinate representation of color #CE24DF: hue angle of 294.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24DF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 36 | 223 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.13 |
| HSL | 294.55º | 0.75% | 0.51% | - |
| HSV(B) | 294.55º | 0.84% | 0.87% | - |
| XYZ | 39.4 | 19.71 | 71.54 | - |
| YUV | 108.15 | 192.82 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 223 | 0.08 | 0.84 | 0 | 0.13 | 294.55 | 0.75 | 0.51 |
| Hex | CE | 24 | DF | 8 | 54 | 0 | D | 127 | 4B | 33 |
| Octal | 316 | 44 | 337 | 10 | 124 | 0 | 15 | 447 | 113 | 63 |
| Binary | 11001110 | 100100 | 11011111 | 1000 | 1010100 | 0 | 1101 | 100100111 | 1001011 | 110011 |
Color Harmonies of #CE24DF
Complementary color
Monochromatic Colors of #CE24DF
Black with #CE24DF
Text Example
Text Example
White with #CE24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24DF; }
p { color: rgb(206,36,223); }
H1.HeaderClassName
{
color: #CE24DF;
}
.AnyTagClassName
{
color: #CE24DF;
}
</style>
background-color css
<style>
a { background-color: #CE24DF; }
a { background-color: rgb(206,36,223); }
div.DivClassName
{
background-color: #CE24DF;
}
.BgClassName
{
background-color: #CE24DF;
}
</style>
border-color css
<style>
span { border-color: #CE24DF; }
span { border-color: rgb(206,36,223); }
td.TdClassName
{
border-color: #CE24DF;
}
.TagClassName
{
border-color: #CE24DF;
}
</style>