Shades of Deep Magenta #CE19DD
Tints of Deep Magenta #CE19DD
RGB
CMYK
RGB Variations
Color information
#CE19DD (or 0xCE19DD) is known color: Deep Magenta. HEX triplet: CE, 19 and DD. RGB value is (206,25,221). Sum of RGB (Red+Green+Blue) = 206+25+221=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE19DD is #31E622. Grayscale: #646464. Windows color (decimal): -3270179 or 14490062. OLE color: 14490062.
HSL color Cylindrical-coordinate representation of color #CE19DD: hue angle of 295.41º 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 #CE19DD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 25 | 221 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.13 |
| HSL | 295.41º | 0.8% | 0.48% | - |
| HSV(B) | 295.41º | 0.89% | 0.87% | - |
| XYZ | 38.85 | 19.04 | 70.03 | - |
| YUV | 101.46 | 195.47 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 25 | 221 | 0.07 | 0.89 | 0 | 0.13 | 295.41 | 0.8 | 0.48 |
| Hex | CE | 19 | DD | 7 | 59 | 0 | D | 127 | 50 | 30 |
| Octal | 316 | 31 | 335 | 7 | 131 | 0 | 15 | 447 | 120 | 60 |
| Binary | 11001110 | 11001 | 11011101 | 111 | 1011001 | 0 | 1101 | 100100111 | 1010000 | 110000 |
Color Harmonies of #CE19DD
Complementary color
Monochromatic Colors of #CE19DD
Black with #CE19DD
Text Example
Text Example
White with #CE19DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE19DD; }
p { color: rgb(206,25,221); }
H1.HeaderClassName
{
color: #CE19DD;
}
.AnyTagClassName
{
color: #CE19DD;
}
</style>
background-color css
<style>
a { background-color: #CE19DD; }
a { background-color: rgb(206,25,221); }
div.DivClassName
{
background-color: #CE19DD;
}
.BgClassName
{
background-color: #CE19DD;
}
</style>
border-color css
<style>
span { border-color: #CE19DD; }
span { border-color: rgb(206,25,221); }
td.TdClassName
{
border-color: #CE19DD;
}
.TagClassName
{
border-color: #CE19DD;
}
</style>