Shades of Medium Violet Red #C0199C
Tints of Medium Violet Red #C0199C
RGB
CMYK
RGB Variations
Color information
#C0199C (or 0xC0199C) is known color: Medium Violet Red. HEX triplet: C0, 19 and 9C. RGB value is (192,25,156). Sum of RGB (Red+Green+Blue) = 192+25+156=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 25 (10.16% from 255 or 6.70% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0199C is #3FE663. Grayscale: #595959. Windows color (decimal): -4187748 or 10230208. OLE color: 10230208.
HSL color Cylindrical-coordinate representation of color #C0199C: hue angle of 312.93º 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 #C0199C is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.25 |
| HSL | 312.93º | 0.77% | 0.43% | - |
| HSV(B) | 312.93º | 0.87% | 0.75% | - |
| XYZ | 28.09 | 14.3 | 32.73 | - |
| YUV | 89.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 156 | 0 | 0.87 | 0.19 | 0.25 | 312.93 | 0.77 | 0.43 |
| Hex | C0 | 19 | 9C | 0 | 57 | 13 | 19 | 139 | 4D | 2B |
| Octal | 300 | 31 | 234 | 0 | 127 | 23 | 31 | 471 | 115 | 53 |
| Binary | 11000000 | 11001 | 10011100 | 0 | 1010111 | 10011 | 11001 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C0199C
Complementary color
Monochromatic Colors of #C0199C
Black with #C0199C
Text Example
Text Example
White with #C0199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0199C; }
p { color: rgb(192,25,156); }
H1.HeaderClassName
{
color: #C0199C;
}
.AnyTagClassName
{
color: #C0199C;
}
</style>
background-color css
<style>
a { background-color: #C0199C; }
a { background-color: rgb(192,25,156); }
div.DivClassName
{
background-color: #C0199C;
}
.BgClassName
{
background-color: #C0199C;
}
</style>
border-color css
<style>
span { border-color: #C0199C; }
span { border-color: rgb(192,25,156); }
td.TdClassName
{
border-color: #C0199C;
}
.TagClassName
{
border-color: #C0199C;
}
</style>