Shades of Deep Magenta #CE18DC
Tints of Deep Magenta #CE18DC
RGB
CMYK
RGB Variations
Color information
#CE18DC (or 0xCE18DC) is known color: Deep Magenta. HEX triplet: CE, 18 and DC. RGB value is (206,24,220). Sum of RGB (Red+Green+Blue) = 206+24+220=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 24 (9.77% from 255 or 5.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18DC is #31E723. Grayscale: #646464. Windows color (decimal): -3270436 or 14424270. OLE color: 14424270.
HSL color Cylindrical-coordinate representation of color #CE18DC: hue angle of 295.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18DC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 24 | 220 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.14 |
| HSL | 295.71º | 0.8% | 0.48% | - |
| HSV(B) | 295.71º | 0.89% | 0.86% | - |
| XYZ | 38.7 | 18.94 | 69.33 | - |
| YUV | 100.76 | 195.3 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 220 | 0.06 | 0.89 | 0 | 0.14 | 295.71 | 0.8 | 0.48 |
| Hex | CE | 18 | DC | 6 | 59 | 0 | E | 128 | 50 | 30 |
| Octal | 316 | 30 | 334 | 6 | 131 | 0 | 16 | 450 | 120 | 60 |
| Binary | 11001110 | 11000 | 11011100 | 110 | 1011001 | 0 | 1110 | 100101000 | 1010000 | 110000 |
Color Harmonies of #CE18DC
Complementary color
Monochromatic Colors of #CE18DC
Black with #CE18DC
Text Example
Text Example
White with #CE18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE18DC; }
p { color: rgb(206,24,220); }
H1.HeaderClassName
{
color: #CE18DC;
}
.AnyTagClassName
{
color: #CE18DC;
}
</style>
background-color css
<style>
a { background-color: #CE18DC; }
a { background-color: rgb(206,24,220); }
div.DivClassName
{
background-color: #CE18DC;
}
.BgClassName
{
background-color: #CE18DC;
}
</style>
border-color css
<style>
span { border-color: #CE18DC; }
span { border-color: rgb(206,24,220); }
td.TdClassName
{
border-color: #CE18DC;
}
.TagClassName
{
border-color: #CE18DC;
}
</style>