Shades of Medium Violet Red #C7198E
Tints of Medium Violet Red #C7198E
RGB
CMYK
RGB Variations
Color information
#C7198E (or 0xC7198E) is known color: Medium Violet Red. HEX triplet: C7, 19 and 8E. RGB value is (199,25,142). Sum of RGB (Red+Green+Blue) = 199+25+142=366 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.37% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 199 - color contains mainly: red. Hex color #C7198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7198E is #38E671. Grayscale: #5A5A5A. Windows color (decimal): -3729010 or 9312711. OLE color: 9312711.
HSL color Cylindrical-coordinate representation of color #C7198E: hue angle of 319.66º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7198E is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 142 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.22 |
| HSL | 319.66º | 0.78% | 0.44% | - |
| HSV(B) | 319.66º | 0.87% | 0.78% | - |
| XYZ | 28.78 | 14.79 | 26.93 | - |
| YUV | 90.36 | 157.15 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 142 | 0 | 0.87 | 0.29 | 0.22 | 319.66 | 0.78 | 0.44 |
| Hex | C7 | 19 | 8E | 0 | 57 | 1D | 16 | 140 | 4E | 2C |
| Octal | 307 | 31 | 216 | 0 | 127 | 35 | 26 | 500 | 116 | 54 |
| Binary | 11000111 | 11001 | 10001110 | 0 | 1010111 | 11101 | 10110 | 101000000 | 1001110 | 101100 |
Color Harmonies of #C7198E
Complementary color
Monochromatic Colors of #C7198E
Black with #C7198E
Text Example
Text Example
White with #C7198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7198E; }
p { color: rgb(199,25,142); }
H1.HeaderClassName
{
color: #C7198E;
}
.AnyTagClassName
{
color: #C7198E;
}
</style>
background-color css
<style>
a { background-color: #C7198E; }
a { background-color: rgb(199,25,142); }
div.DivClassName
{
background-color: #C7198E;
}
.BgClassName
{
background-color: #C7198E;
}
</style>
border-color css
<style>
span { border-color: #C7198E; }
span { border-color: rgb(199,25,142); }
td.TdClassName
{
border-color: #C7198E;
}
.TagClassName
{
border-color: #C7198E;
}
</style>