Shades of Medium Violet Red #C0199A
Tints of Medium Violet Red #C0199A
RGB
CMYK
RGB Variations
Color information
#C0199A (or 0xC0199A) is known color: Medium Violet Red. HEX triplet: C0, 19 and 9A. RGB value is (192,25,154). Sum of RGB (Red+Green+Blue) = 192+25+154=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0199A is #3FE665. Grayscale: #595959. Windows color (decimal): -4187750 or 10099136. OLE color: 10099136.
HSL color Cylindrical-coordinate representation of color #C0199A: hue angle of 313.65º 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 #C0199A is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.25 |
| HSL | 313.65º | 0.77% | 0.43% | - |
| HSV(B) | 313.65º | 0.87% | 0.75% | - |
| XYZ | 27.92 | 14.23 | 31.85 | - |
| YUV | 89.64 | 164.33 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 154 | 0 | 0.87 | 0.20 | 0.25 | 313.65 | 0.77 | 0.43 |
| Hex | C0 | 19 | 9A | 0 | 57 | 14 | 19 | 13A | 4D | 2B |
| Octal | 300 | 31 | 232 | 0 | 127 | 24 | 31 | 472 | 115 | 53 |
| Binary | 11000000 | 11001 | 10011010 | 0 | 1010111 | 10100 | 11001 | 100111010 | 1001101 | 101011 |
Color Harmonies of #C0199A
Complementary color
Monochromatic Colors of #C0199A
Black with #C0199A
Text Example
Text Example
White with #C0199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0199A; }
p { color: rgb(192,25,154); }
H1.HeaderClassName
{
color: #C0199A;
}
.AnyTagClassName
{
color: #C0199A;
}
</style>
background-color css
<style>
a { background-color: #C0199A; }
a { background-color: rgb(192,25,154); }
div.DivClassName
{
background-color: #C0199A;
}
.BgClassName
{
background-color: #C0199A;
}
</style>
border-color css
<style>
span { border-color: #C0199A; }
span { border-color: rgb(192,25,154); }
td.TdClassName
{
border-color: #C0199A;
}
.TagClassName
{
border-color: #C0199A;
}
</style>