Shades of Medium Violet Red #C0196A
Tints of Medium Violet Red #C0196A
RGB
CMYK
RGB Variations
Color information
#C0196A (or 0xC0196A) is known color: Medium Violet Red. HEX triplet: C0, 19 and 6A. RGB value is (192,25,106). Sum of RGB (Red+Green+Blue) = 192+25+106=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0196A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0196A is #3FE695. Grayscale: #545454. Windows color (decimal): -4187798 or 6953408. OLE color: 6953408.
HSL color Cylindrical-coordinate representation of color #C0196A: hue angle of 330.9º 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 #C0196A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 106 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.25 |
| HSL | 330.9º | 0.77% | 0.43% | - |
| HSV(B) | 330.9º | 0.87% | 0.75% | - |
| XYZ | 24.69 | 12.94 | 14.83 | - |
| YUV | 84.17 | 140.33 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 106 | 0 | 0.87 | 0.45 | 0.25 | 330.9 | 0.77 | 0.43 |
| Hex | C0 | 19 | 6A | 0 | 57 | 2D | 19 | 14B | 4D | 2B |
| Octal | 300 | 31 | 152 | 0 | 127 | 55 | 31 | 513 | 115 | 53 |
| Binary | 11000000 | 11001 | 1101010 | 0 | 1010111 | 101101 | 11001 | 101001011 | 1001101 | 101011 |
Color Harmonies of #C0196A
Complementary color
Monochromatic Colors of #C0196A
Black with #C0196A
Text Example
Text Example
White with #C0196A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0196A; }
p { color: rgb(192,25,106); }
H1.HeaderClassName
{
color: #C0196A;
}
.AnyTagClassName
{
color: #C0196A;
}
</style>
background-color css
<style>
a { background-color: #C0196A; }
a { background-color: rgb(192,25,106); }
div.DivClassName
{
background-color: #C0196A;
}
.BgClassName
{
background-color: #C0196A;
}
</style>
border-color css
<style>
span { border-color: #C0196A; }
span { border-color: rgb(192,25,106); }
td.TdClassName
{
border-color: #C0196A;
}
.TagClassName
{
border-color: #C0196A;
}
</style>