Shades of Deep Magenta #CE19DC
Tints of Deep Magenta #CE19DC
RGB
CMYK
RGB Variations
Color information
#CE19DC (or 0xCE19DC) is known color: Deep Magenta. HEX triplet: CE, 19 and DC. RGB value is (206,25,220). Sum of RGB (Red+Green+Blue) = 206+25+220=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19DC is #31E623. Grayscale: #646464. Windows color (decimal): -3270180 or 14424526. OLE color: 14424526.
HSL color Cylindrical-coordinate representation of color #CE19DC: hue angle of 295.69º 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 #CE19DC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 25 | 220 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.14 |
| HSL | 295.69º | 0.8% | 0.48% | - |
| HSV(B) | 295.69º | 0.89% | 0.86% | - |
| XYZ | 38.72 | 18.98 | 69.33 | - |
| YUV | 101.35 | 194.97 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 220 | 0.06 | 0.89 | 0 | 0.14 | 295.69 | 0.8 | 0.48 |
| Hex | CE | 19 | DC | 6 | 59 | 0 | E | 128 | 50 | 30 |
| Octal | 316 | 31 | 334 | 6 | 131 | 0 | 16 | 450 | 120 | 60 |
| Binary | 11001110 | 11001 | 11011100 | 110 | 1011001 | 0 | 1110 | 100101000 | 1010000 | 110000 |
Color Harmonies of #CE19DC
Complementary color
Monochromatic Colors of #CE19DC
Black with #CE19DC
Text Example
Text Example
White with #CE19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19DC; }
p { color: rgb(206,25,220); }
H1.HeaderClassName
{
color: #CE19DC;
}
.AnyTagClassName
{
color: #CE19DC;
}
</style>
background-color css
<style>
a { background-color: #CE19DC; }
a { background-color: rgb(206,25,220); }
div.DivClassName
{
background-color: #CE19DC;
}
.BgClassName
{
background-color: #CE19DC;
}
</style>
border-color css
<style>
span { border-color: #CE19DC; }
span { border-color: rgb(206,25,220); }
td.TdClassName
{
border-color: #CE19DC;
}
.TagClassName
{
border-color: #CE19DC;
}
</style>