Shades of Medium Violet Red #C0199E
Tints of Medium Violet Red #C0199E
RGB
CMYK
RGB Variations
Color information
#C0199E (or 0xC0199E) is known color: Medium Violet Red. HEX triplet: C0, 19 and 9E. RGB value is (192,25,158). Sum of RGB (Red+Green+Blue) = 192+25+158=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C0199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0199E is #3FE661. Grayscale: #595959. Windows color (decimal): -4187746 or 10361280. OLE color: 10361280.
HSL color Cylindrical-coordinate representation of color #C0199E: hue angle of 312.22º 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 #C0199E is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 158 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.25 |
| HSL | 312.22º | 0.77% | 0.43% | - |
| HSV(B) | 312.22º | 0.87% | 0.75% | - |
| XYZ | 28.26 | 14.37 | 33.63 | - |
| YUV | 90.1 | 166.33 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 158 | 0 | 0.87 | 0.18 | 0.25 | 312.22 | 0.77 | 0.43 |
| Hex | C0 | 19 | 9E | 0 | 57 | 12 | 19 | 138 | 4D | 2B |
| Octal | 300 | 31 | 236 | 0 | 127 | 22 | 31 | 470 | 115 | 53 |
| Binary | 11000000 | 11001 | 10011110 | 0 | 1010111 | 10010 | 11001 | 100111000 | 1001101 | 101011 |
Color Harmonies of #C0199E
Complementary color
Monochromatic Colors of #C0199E
Black with #C0199E
Text Example
Text Example
White with #C0199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0199E; }
p { color: rgb(192,25,158); }
H1.HeaderClassName
{
color: #C0199E;
}
.AnyTagClassName
{
color: #C0199E;
}
</style>
background-color css
<style>
a { background-color: #C0199E; }
a { background-color: rgb(192,25,158); }
div.DivClassName
{
background-color: #C0199E;
}
.BgClassName
{
background-color: #C0199E;
}
</style>
border-color css
<style>
span { border-color: #C0199E; }
span { border-color: rgb(192,25,158); }
td.TdClassName
{
border-color: #C0199E;
}
.TagClassName
{
border-color: #C0199E;
}
</style>