Shades of Deep Magenta #CE18DE
Tints of Deep Magenta #CE18DE
RGB
CMYK
RGB Variations
Color information
#CE18DE (or 0xCE18DE) is known color: Deep Magenta. HEX triplet: CE, 18 and DE. RGB value is (206,24,222). Sum of RGB (Red+Green+Blue) = 206+24+222=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 24 (9.77% from 255 or 5.31% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE18DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18DE is #31E721. Grayscale: #646464. Windows color (decimal): -3270434 or 14555342. OLE color: 14555342.
HSL color Cylindrical-coordinate representation of color #CE18DE: hue angle of 295.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18DE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 24 | 222 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.13 |
| HSL | 295.15º | 0.8% | 0.48% | - |
| HSV(B) | 295.15º | 0.89% | 0.87% | - |
| XYZ | 38.97 | 19.05 | 70.73 | - |
| YUV | 100.99 | 196.3 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 222 | 0.07 | 0.89 | 0 | 0.13 | 295.15 | 0.8 | 0.48 |
| Hex | CE | 18 | DE | 7 | 59 | 0 | D | 127 | 50 | 30 |
| Octal | 316 | 30 | 336 | 7 | 131 | 0 | 15 | 447 | 120 | 60 |
| Binary | 11001110 | 11000 | 11011110 | 111 | 1011001 | 0 | 1101 | 100100111 | 1010000 | 110000 |
Color Harmonies of #CE18DE
Complementary color
Monochromatic Colors of #CE18DE
Black with #CE18DE
Text Example
Text Example
White with #CE18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18DE; }
p { color: rgb(206,24,222); }
H1.HeaderClassName
{
color: #CE18DE;
}
.AnyTagClassName
{
color: #CE18DE;
}
</style>
background-color css
<style>
a { background-color: #CE18DE; }
a { background-color: rgb(206,24,222); }
div.DivClassName
{
background-color: #CE18DE;
}
.BgClassName
{
background-color: #CE18DE;
}
</style>
border-color css
<style>
span { border-color: #CE18DE; }
span { border-color: rgb(206,24,222); }
td.TdClassName
{
border-color: #CE18DE;
}
.TagClassName
{
border-color: #CE18DE;
}
</style>