Shades of Deep Magenta #CE24DB
Tints of Deep Magenta #CE24DB
RGB
CMYK
RGB Variations
Color information
#CE24DB (or 0xCE24DB) is known color: Deep Magenta. HEX triplet: CE, 24 and DB. RGB value is (206,36,219). Sum of RGB (Red+Green+Blue) = 206+36+219=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE24DB is #31DB24. Grayscale: #6B6B6B. Windows color (decimal): -3267365 or 14361806. OLE color: 14361806.
HSL color Cylindrical-coordinate representation of color #CE24DB: hue angle of 295.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24DB is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 36 | 219 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.14 |
| HSL | 295.74º | 0.72% | 0.5% | - |
| HSV(B) | 295.74º | 0.84% | 0.86% | - |
| XYZ | 38.87 | 19.5 | 68.73 | - |
| YUV | 107.69 | 190.82 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 219 | 0.06 | 0.84 | 0 | 0.14 | 295.74 | 0.72 | 0.5 |
| Hex | CE | 24 | DB | 6 | 54 | 0 | E | 128 | 48 | 32 |
| Octal | 316 | 44 | 333 | 6 | 124 | 0 | 16 | 450 | 110 | 62 |
| Binary | 11001110 | 100100 | 11011011 | 110 | 1010100 | 0 | 1110 | 100101000 | 1001000 | 110010 |
Color Harmonies of #CE24DB
Complementary color
Monochromatic Colors of #CE24DB
Black with #CE24DB
Text Example
Text Example
White with #CE24DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24DB; }
p { color: rgb(206,36,219); }
H1.HeaderClassName
{
color: #CE24DB;
}
.AnyTagClassName
{
color: #CE24DB;
}
</style>
background-color css
<style>
a { background-color: #CE24DB; }
a { background-color: rgb(206,36,219); }
div.DivClassName
{
background-color: #CE24DB;
}
.BgClassName
{
background-color: #CE24DB;
}
</style>
border-color css
<style>
span { border-color: #CE24DB; }
span { border-color: rgb(206,36,219); }
td.TdClassName
{
border-color: #CE24DB;
}
.TagClassName
{
border-color: #CE24DB;
}
</style>