Shades of Medium Violet Red #C7199E
Tints of Medium Violet Red #C7199E
RGB
CMYK
RGB Variations
Color information
#C7199E (or 0xC7199E) is known color: Medium Violet Red. HEX triplet: C7, 19 and 9E. RGB value is (199,25,158). Sum of RGB (Red+Green+Blue) = 199+25+158=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C7199E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7199E is #38E661. Grayscale: #5B5B5B. Windows color (decimal): -3728994 or 10361287. OLE color: 10361287.
HSL color Cylindrical-coordinate representation of color #C7199E: hue angle of 314.14º 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 #C7199E is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 158 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.22 |
| HSL | 314.14º | 0.78% | 0.44% | - |
| HSV(B) | 314.14º | 0.87% | 0.78% | - |
| XYZ | 30.07 | 15.31 | 33.72 | - |
| YUV | 92.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 158 | 0 | 0.87 | 0.21 | 0.22 | 314.14 | 0.78 | 0.44 |
| Hex | C7 | 19 | 9E | 0 | 57 | 15 | 16 | 13A | 4E | 2C |
| Octal | 307 | 31 | 236 | 0 | 127 | 25 | 26 | 472 | 116 | 54 |
| Binary | 11000111 | 11001 | 10011110 | 0 | 1010111 | 10101 | 10110 | 100111010 | 1001110 | 101100 |
Color Harmonies of #C7199E
Complementary color
Monochromatic Colors of #C7199E
Black with #C7199E
Text Example
Text Example
White with #C7199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7199E; }
p { color: rgb(199,25,158); }
H1.HeaderClassName
{
color: #C7199E;
}
.AnyTagClassName
{
color: #C7199E;
}
</style>
background-color css
<style>
a { background-color: #C7199E; }
a { background-color: rgb(199,25,158); }
div.DivClassName
{
background-color: #C7199E;
}
.BgClassName
{
background-color: #C7199E;
}
</style>
border-color css
<style>
span { border-color: #C7199E; }
span { border-color: rgb(199,25,158); }
td.TdClassName
{
border-color: #C7199E;
}
.TagClassName
{
border-color: #C7199E;
}
</style>