Shades of Deep Magenta #C019C7
Tints of Deep Magenta #C019C7
RGB
CMYK
RGB Variations
Color information
#C019C7 (or 0xC019C7) is known color: Deep Magenta. HEX triplet: C0, 19 and C7. RGB value is (192,25,199). Sum of RGB (Red+Green+Blue) = 192+25+199=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #C019C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019C7 is #3FE638. Grayscale: #5E5E5E. Windows color (decimal): -4187705 or 13048256. OLE color: 13048256.
HSL color Cylindrical-coordinate representation of color #C019C7: hue angle of 297.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019C7 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 25 | 199 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.22 |
| HSL | 297.59º | 0.78% | 0.44% | - |
| HSV(B) | 297.59º | 0.87% | 0.78% | - |
| XYZ | 32.39 | 16.03 | 55.42 | - |
| YUV | 94.77 | 186.83 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 199 | 0.04 | 0.87 | 0 | 0.22 | 297.59 | 0.78 | 0.44 |
| Hex | C0 | 19 | C7 | 4 | 57 | 0 | 16 | 12A | 4E | 2C |
| Octal | 300 | 31 | 307 | 4 | 127 | 0 | 26 | 452 | 116 | 54 |
| Binary | 11000000 | 11001 | 11000111 | 100 | 1010111 | 0 | 10110 | 100101010 | 1001110 | 101100 |
Color Harmonies of #C019C7
Complementary color
Monochromatic Colors of #C019C7
Black with #C019C7
Text Example
Text Example
White with #C019C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019C7; }
p { color: rgb(192,25,199); }
H1.HeaderClassName
{
color: #C019C7;
}
.AnyTagClassName
{
color: #C019C7;
}
</style>
background-color css
<style>
a { background-color: #C019C7; }
a { background-color: rgb(192,25,199); }
div.DivClassName
{
background-color: #C019C7;
}
.BgClassName
{
background-color: #C019C7;
}
</style>
border-color css
<style>
span { border-color: #C019C7; }
span { border-color: rgb(192,25,199); }
td.TdClassName
{
border-color: #C019C7;
}
.TagClassName
{
border-color: #C019C7;
}
</style>