Shades of Deep Magenta #C019DD
Tints of Deep Magenta #C019DD
RGB
CMYK
RGB Variations
Color information
#C019DD (or 0xC019DD) is known color: Deep Magenta. HEX triplet: C0, 19 and DD. RGB value is (192,25,221). Sum of RGB (Red+Green+Blue) = 192+25+221=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #C019DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019DD is #3FE622. Grayscale: #606060. Windows color (decimal): -4187683 or 14490048. OLE color: 14490048.
HSL color Cylindrical-coordinate representation of color #C019DD: hue angle of 291.12º 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 #C019DD is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 25 | 221 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.13 |
| HSL | 291.12º | 0.8% | 0.48% | - |
| HSV(B) | 291.12º | 0.89% | 0.87% | - |
| XYZ | 35.14 | 17.12 | 69.86 | - |
| YUV | 97.28 | 197.83 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 221 | 0.13 | 0.89 | 0 | 0.13 | 291.12 | 0.8 | 0.48 |
| Hex | C0 | 19 | DD | D | 59 | 0 | D | 123 | 50 | 30 |
| Octal | 300 | 31 | 335 | 15 | 131 | 0 | 15 | 443 | 120 | 60 |
| Binary | 11000000 | 11001 | 11011101 | 1101 | 1011001 | 0 | 1101 | 100100011 | 1010000 | 110000 |
Color Harmonies of #C019DD
Complementary color
Monochromatic Colors of #C019DD
Black with #C019DD
Text Example
Text Example
White with #C019DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019DD; }
p { color: rgb(192,25,221); }
H1.HeaderClassName
{
color: #C019DD;
}
.AnyTagClassName
{
color: #C019DD;
}
</style>
background-color css
<style>
a { background-color: #C019DD; }
a { background-color: rgb(192,25,221); }
div.DivClassName
{
background-color: #C019DD;
}
.BgClassName
{
background-color: #C019DD;
}
</style>
border-color css
<style>
span { border-color: #C019DD; }
span { border-color: rgb(192,25,221); }
td.TdClassName
{
border-color: #C019DD;
}
.TagClassName
{
border-color: #C019DD;
}
</style>