Shades of Deep Magenta #C019C0
Tints of Deep Magenta #C019C0
RGB
CMYK
RGB Variations
Color information
#C019C0 (or 0xC019C0) is known color: Deep Magenta. HEX triplet: C0, 19 and C0. RGB value is (192,25,192). Sum of RGB (Red+Green+Blue) = 192+25+192=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C019C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019C0 is #3FE63F. Grayscale: #5D5D5D. Windows color (decimal): -4187712 or 12589504. OLE color: 12589504.
HSL color Cylindrical-coordinate representation of color #C019C0: hue angle of 300º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019C0 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 192 | - |
| CMYK | 0 | 0.87 | 0 | 0.25 |
| HSL | 300º | 0.77% | 0.43% | - |
| HSV(B) | 300º | 0.87% | 0.75% | - |
| XYZ | 31.6 | 15.71 | 51.24 | - |
| YUV | 93.97 | 183.33 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 192 | 0 | 0.87 | 0 | 0.25 | 300 | 0.77 | 0.43 |
| Hex | C0 | 19 | C0 | 0 | 57 | 0 | 19 | 12C | 4D | 2B |
| Octal | 300 | 31 | 300 | 0 | 127 | 0 | 31 | 454 | 115 | 53 |
| Binary | 11000000 | 11001 | 11000000 | 0 | 1010111 | 0 | 11001 | 100101100 | 1001101 | 101011 |
Color Harmonies of #C019C0
Complementary color
Monochromatic Colors of #C019C0
Black with #C019C0
Text Example
Text Example
White with #C019C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019C0; }
p { color: rgb(192,25,192); }
H1.HeaderClassName
{
color: #C019C0;
}
.AnyTagClassName
{
color: #C019C0;
}
</style>
background-color css
<style>
a { background-color: #C019C0; }
a { background-color: rgb(192,25,192); }
div.DivClassName
{
background-color: #C019C0;
}
.BgClassName
{
background-color: #C019C0;
}
</style>
border-color css
<style>
span { border-color: #C019C0; }
span { border-color: rgb(192,25,192); }
td.TdClassName
{
border-color: #C019C0;
}
.TagClassName
{
border-color: #C019C0;
}
</style>