Shades of Medium Violet Red #C0199D
Tints of Medium Violet Red #C0199D
RGB
CMYK
RGB Variations
Color information
#C0199D (or 0xC0199D) is known color: Medium Violet Red. HEX triplet: C0, 19 and 9D. RGB value is (192,25,157). Sum of RGB (Red+Green+Blue) = 192+25+157=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0199D is #3FE662. Grayscale: #595959. Windows color (decimal): -4187747 or 10295744. OLE color: 10295744.
HSL color Cylindrical-coordinate representation of color #C0199D: hue angle of 312.57º 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 #C0199D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 157 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.25 |
| HSL | 312.57º | 0.77% | 0.43% | - |
| HSV(B) | 312.57º | 0.87% | 0.75% | - |
| XYZ | 28.17 | 14.34 | 33.18 | - |
| YUV | 89.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 157 | 0 | 0.87 | 0.18 | 0.25 | 312.57 | 0.77 | 0.43 |
| Hex | C0 | 19 | 9D | 0 | 57 | 12 | 19 | 139 | 4D | 2B |
| Octal | 300 | 31 | 235 | 0 | 127 | 22 | 31 | 471 | 115 | 53 |
| Binary | 11000000 | 11001 | 10011101 | 0 | 1010111 | 10010 | 11001 | 100111001 | 1001101 | 101011 |
Color Harmonies of #C0199D
Complementary color
Monochromatic Colors of #C0199D
Black with #C0199D
Text Example
Text Example
White with #C0199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0199D; }
p { color: rgb(192,25,157); }
H1.HeaderClassName
{
color: #C0199D;
}
.AnyTagClassName
{
color: #C0199D;
}
</style>
background-color css
<style>
a { background-color: #C0199D; }
a { background-color: rgb(192,25,157); }
div.DivClassName
{
background-color: #C0199D;
}
.BgClassName
{
background-color: #C0199D;
}
</style>
border-color css
<style>
span { border-color: #C0199D; }
span { border-color: rgb(192,25,157); }
td.TdClassName
{
border-color: #C0199D;
}
.TagClassName
{
border-color: #C0199D;
}
</style>