Shades of Medium Violet Red #C0196D
Tints of Medium Violet Red #C0196D
RGB
CMYK
RGB Variations
Color information
#C0196D (or 0xC0196D) is known color: Medium Violet Red. HEX triplet: C0, 19 and 6D. RGB value is (192,25,109). Sum of RGB (Red+Green+Blue) = 192+25+109=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C0196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0196D is #3FE692. Grayscale: #545454. Windows color (decimal): -4187795 or 7150016. OLE color: 7150016.
HSL color Cylindrical-coordinate representation of color #C0196D: hue angle of 329.82º 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 #C0196D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 109 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.25 |
| HSL | 329.82º | 0.77% | 0.43% | - |
| HSV(B) | 329.82º | 0.87% | 0.75% | - |
| XYZ | 24.85 | 13.01 | 15.67 | - |
| YUV | 84.51 | 141.83 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 109 | 0 | 0.87 | 0.43 | 0.25 | 329.82 | 0.77 | 0.43 |
| Hex | C0 | 19 | 6D | 0 | 57 | 2B | 19 | 14A | 4D | 2B |
| Octal | 300 | 31 | 155 | 0 | 127 | 53 | 31 | 512 | 115 | 53 |
| Binary | 11000000 | 11001 | 1101101 | 0 | 1010111 | 101011 | 11001 | 101001010 | 1001101 | 101011 |
Color Harmonies of #C0196D
Complementary color
Monochromatic Colors of #C0196D
Black with #C0196D
Text Example
Text Example
White with #C0196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0196D; }
p { color: rgb(192,25,109); }
H1.HeaderClassName
{
color: #C0196D;
}
.AnyTagClassName
{
color: #C0196D;
}
</style>
background-color css
<style>
a { background-color: #C0196D; }
a { background-color: rgb(192,25,109); }
div.DivClassName
{
background-color: #C0196D;
}
.BgClassName
{
background-color: #C0196D;
}
</style>
border-color css
<style>
span { border-color: #C0196D; }
span { border-color: rgb(192,25,109); }
td.TdClassName
{
border-color: #C0196D;
}
.TagClassName
{
border-color: #C0196D;
}
</style>