Shades of Medium Violet Red #C0198A
Tints of Medium Violet Red #C0198A
RGB
CMYK
RGB Variations
Color information
#C0198A (or 0xC0198A) is known color: Medium Violet Red. HEX triplet: C0, 19 and 8A. RGB value is (192,25,138). Sum of RGB (Red+Green+Blue) = 192+25+138=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0198A is #3FE675. Grayscale: #575757. Windows color (decimal): -4187766 or 9050560. OLE color: 9050560.
HSL color Cylindrical-coordinate representation of color #C0198A: hue angle of 319.4º 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 #C0198A is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 138 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.25 |
| HSL | 319.4º | 0.77% | 0.43% | - |
| HSV(B) | 319.4º | 0.87% | 0.75% | - |
| XYZ | 26.67 | 13.74 | 25.29 | - |
| YUV | 87.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 138 | 0 | 0.87 | 0.28 | 0.25 | 319.4 | 0.77 | 0.43 |
| Hex | C0 | 19 | 8A | 0 | 57 | 1C | 19 | 13F | 4D | 2B |
| Octal | 300 | 31 | 212 | 0 | 127 | 34 | 31 | 477 | 115 | 53 |
| Binary | 11000000 | 11001 | 10001010 | 0 | 1010111 | 11100 | 11001 | 100111111 | 1001101 | 101011 |
Color Harmonies of #C0198A
Complementary color
Monochromatic Colors of #C0198A
Black with #C0198A
Text Example
Text Example
White with #C0198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0198A; }
p { color: rgb(192,25,138); }
H1.HeaderClassName
{
color: #C0198A;
}
.AnyTagClassName
{
color: #C0198A;
}
</style>
background-color css
<style>
a { background-color: #C0198A; }
a { background-color: rgb(192,25,138); }
div.DivClassName
{
background-color: #C0198A;
}
.BgClassName
{
background-color: #C0198A;
}
</style>
border-color css
<style>
span { border-color: #C0198A; }
span { border-color: rgb(192,25,138); }
td.TdClassName
{
border-color: #C0198A;
}
.TagClassName
{
border-color: #C0198A;
}
</style>