Shades of Deep Magenta #C019D7
Tints of Deep Magenta #C019D7
RGB
CMYK
RGB Variations
Color information
#C019D7 (or 0xC019D7) is known color: Deep Magenta. HEX triplet: C0, 19 and D7. RGB value is (192,25,215). Sum of RGB (Red+Green+Blue) = 192+25+215=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #C019D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019D7 is #3FE628. Grayscale: #606060. Windows color (decimal): -4187689 or 14096832. OLE color: 14096832.
HSL color Cylindrical-coordinate representation of color #C019D7: hue angle of 292.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C019D7 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 25 | 215 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.16 |
| HSL | 292.74º | 0.79% | 0.47% | - |
| HSV(B) | 292.74º | 0.88% | 0.84% | - |
| XYZ | 34.35 | 16.81 | 65.72 | - |
| YUV | 96.59 | 194.83 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 215 | 0.11 | 0.88 | 0 | 0.16 | 292.74 | 0.79 | 0.47 |
| Hex | C0 | 19 | D7 | B | 58 | 0 | 10 | 125 | 4F | 2F |
| Octal | 300 | 31 | 327 | 13 | 130 | 0 | 20 | 445 | 117 | 57 |
| Binary | 11000000 | 11001 | 11010111 | 1011 | 1011000 | 0 | 10000 | 100100101 | 1001111 | 101111 |
Color Harmonies of #C019D7
Complementary color
Monochromatic Colors of #C019D7
Black with #C019D7
Text Example
Text Example
White with #C019D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019D7; }
p { color: rgb(192,25,215); }
H1.HeaderClassName
{
color: #C019D7;
}
.AnyTagClassName
{
color: #C019D7;
}
</style>
background-color css
<style>
a { background-color: #C019D7; }
a { background-color: rgb(192,25,215); }
div.DivClassName
{
background-color: #C019D7;
}
.BgClassName
{
background-color: #C019D7;
}
</style>
border-color css
<style>
span { border-color: #C019D7; }
span { border-color: rgb(192,25,215); }
td.TdClassName
{
border-color: #C019D7;
}
.TagClassName
{
border-color: #C019D7;
}
</style>