Shades of Medium Violet Red #C0196E
Tints of Medium Violet Red #C0196E
RGB
CMYK
RGB Variations
Color information
#C0196E (or 0xC0196E) is known color: Medium Violet Red. HEX triplet: C0, 19 and 6E. RGB value is (192,25,110). Sum of RGB (Red+Green+Blue) = 192+25+110=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0196E is #3FE691. Grayscale: #545454. Windows color (decimal): -4187794 or 7215552. OLE color: 7215552.
HSL color Cylindrical-coordinate representation of color #C0196E: hue angle of 329.46º 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 #C0196E is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 110 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.25 |
| HSL | 329.46º | 0.77% | 0.43% | - |
| HSV(B) | 329.46º | 0.87% | 0.75% | - |
| XYZ | 24.9 | 13.03 | 15.95 | - |
| YUV | 84.62 | 142.33 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 110 | 0 | 0.87 | 0.43 | 0.25 | 329.46 | 0.77 | 0.43 |
| Hex | C0 | 19 | 6E | 0 | 57 | 2B | 19 | 149 | 4D | 2B |
| Octal | 300 | 31 | 156 | 0 | 127 | 53 | 31 | 511 | 115 | 53 |
| Binary | 11000000 | 11001 | 1101110 | 0 | 1010111 | 101011 | 11001 | 101001001 | 1001101 | 101011 |
Color Harmonies of #C0196E
Complementary color
Monochromatic Colors of #C0196E
Black with #C0196E
Text Example
Text Example
White with #C0196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0196E; }
p { color: rgb(192,25,110); }
H1.HeaderClassName
{
color: #C0196E;
}
.AnyTagClassName
{
color: #C0196E;
}
</style>
background-color css
<style>
a { background-color: #C0196E; }
a { background-color: rgb(192,25,110); }
div.DivClassName
{
background-color: #C0196E;
}
.BgClassName
{
background-color: #C0196E;
}
</style>
border-color css
<style>
span { border-color: #C0196E; }
span { border-color: rgb(192,25,110); }
td.TdClassName
{
border-color: #C0196E;
}
.TagClassName
{
border-color: #C0196E;
}
</style>