Shades of Deep Magenta #CE24E6
Tints of Deep Magenta #CE24E6
RGB
CMYK
RGB Variations
Color information
#CE24E6 (or 0xCE24E6) is known color: Deep Magenta. HEX triplet: CE, 24 and E6. RGB value is (206,36,230). Sum of RGB (Red+Green+Blue) = 206+36+230=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 36 (14.45% from 255 or 7.63% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE24E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24E6 is #31DB19. Grayscale: #6C6C6C. Windows color (decimal): -3267354 or 15082702. OLE color: 15082702.
HSL color Cylindrical-coordinate representation of color #CE24E6: hue angle of 292.58º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE24E6 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 36 | 230 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.10 |
| HSL | 292.58º | 0.8% | 0.52% | - |
| HSV(B) | 292.58º | 0.84% | 0.9% | - |
| XYZ | 40.37 | 20.1 | 76.61 | - |
| YUV | 108.95 | 196.32 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 230 | 0.10 | 0.84 | 0 | 0.10 | 292.58 | 0.8 | 0.52 |
| Hex | CE | 24 | E6 | A | 54 | 0 | A | 125 | 50 | 34 |
| Octal | 316 | 44 | 346 | 12 | 124 | 0 | 12 | 445 | 120 | 64 |
| Binary | 11001110 | 100100 | 11100110 | 1010 | 1010100 | 0 | 1010 | 100100101 | 1010000 | 110100 |
Color Harmonies of #CE24E6
Complementary color
Monochromatic Colors of #CE24E6
Black with #CE24E6
Text Example
Text Example
White with #CE24E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE24E6; }
p { color: rgb(206,36,230); }
H1.HeaderClassName
{
color: #CE24E6;
}
.AnyTagClassName
{
color: #CE24E6;
}
</style>
background-color css
<style>
a { background-color: #CE24E6; }
a { background-color: rgb(206,36,230); }
div.DivClassName
{
background-color: #CE24E6;
}
.BgClassName
{
background-color: #CE24E6;
}
</style>
border-color css
<style>
span { border-color: #CE24E6; }
span { border-color: rgb(206,36,230); }
td.TdClassName
{
border-color: #CE24E6;
}
.TagClassName
{
border-color: #CE24E6;
}
</style>