Shades of Medium Violet Red #C0198E
Tints of Medium Violet Red #C0198E
RGB
CMYK
RGB Variations
Color information
#C0198E (or 0xC0198E) is known color: Medium Violet Red. HEX triplet: C0, 19 and 8E. RGB value is (192,25,142). Sum of RGB (Red+Green+Blue) = 192+25+142=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0198E is #3FE671. Grayscale: #575757. Windows color (decimal): -4187762 or 9312704. OLE color: 9312704.
HSL color Cylindrical-coordinate representation of color #C0198E: hue angle of 317.96º 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 #C0198E is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 142 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.25 |
| HSL | 317.96º | 0.77% | 0.43% | - |
| HSV(B) | 317.96º | 0.87% | 0.75% | - |
| XYZ | 26.97 | 13.85 | 26.84 | - |
| YUV | 88.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 142 | 0 | 0.87 | 0.26 | 0.25 | 317.96 | 0.77 | 0.43 |
| Hex | C0 | 19 | 8E | 0 | 57 | 1A | 19 | 13E | 4D | 2B |
| Octal | 300 | 31 | 216 | 0 | 127 | 32 | 31 | 476 | 115 | 53 |
| Binary | 11000000 | 11001 | 10001110 | 0 | 1010111 | 11010 | 11001 | 100111110 | 1001101 | 101011 |
Color Harmonies of #C0198E
Complementary color
Monochromatic Colors of #C0198E
Black with #C0198E
Text Example
Text Example
White with #C0198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0198E; }
p { color: rgb(192,25,142); }
H1.HeaderClassName
{
color: #C0198E;
}
.AnyTagClassName
{
color: #C0198E;
}
</style>
background-color css
<style>
a { background-color: #C0198E; }
a { background-color: rgb(192,25,142); }
div.DivClassName
{
background-color: #C0198E;
}
.BgClassName
{
background-color: #C0198E;
}
</style>
border-color css
<style>
span { border-color: #C0198E; }
span { border-color: rgb(192,25,142); }
td.TdClassName
{
border-color: #C0198E;
}
.TagClassName
{
border-color: #C0198E;
}
</style>