Shades of Medium Violet Red #C0199B
Tints of Medium Violet Red #C0199B
RGB
CMYK
RGB Variations
Color information
#C0199B (or 0xC0199B) is known color: Medium Violet Red. HEX triplet: C0, 19 and 9B. RGB value is (192,25,155). Sum of RGB (Red+Green+Blue) = 192+25+155=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0199B is #3FE664. Grayscale: #595959. Windows color (decimal): -4187749 or 10164672. OLE color: 10164672.
HSL color Cylindrical-coordinate representation of color #C0199B: hue angle of 313.29º 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 #C0199B is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 155 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.25 |
| HSL | 313.29º | 0.77% | 0.43% | - |
| HSV(B) | 313.29º | 0.87% | 0.75% | - |
| XYZ | 28 | 14.27 | 32.29 | - |
| YUV | 89.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 155 | 0 | 0.87 | 0.19 | 0.25 | 313.29 | 0.77 | 0.43 |
| Hex | C0 | 19 | 9B | 0 | 57 | 13 | 19 | 139 | 4D | 2B |
| Octal | 300 | 31 | 233 | 0 | 127 | 23 | 31 | 471 | 115 | 53 |
| Binary | 11000000 | 11001 | 10011011 | 0 | 1010111 | 10011 | 11001 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C0199B
Complementary color
Monochromatic Colors of #C0199B
Black with #C0199B
Text Example
Text Example
White with #C0199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0199B; }
p { color: rgb(192,25,155); }
H1.HeaderClassName
{
color: #C0199B;
}
.AnyTagClassName
{
color: #C0199B;
}
</style>
background-color css
<style>
a { background-color: #C0199B; }
a { background-color: rgb(192,25,155); }
div.DivClassName
{
background-color: #C0199B;
}
.BgClassName
{
background-color: #C0199B;
}
</style>
border-color css
<style>
span { border-color: #C0199B; }
span { border-color: rgb(192,25,155); }
td.TdClassName
{
border-color: #C0199B;
}
.TagClassName
{
border-color: #C0199B;
}
</style>