Shades of Medium Violet Red #C7199C
Tints of Medium Violet Red #C7199C
RGB
CMYK
RGB Variations
Color information
#C7199C (or 0xC7199C) is known color: Medium Violet Red. HEX triplet: C7, 19 and 9C. RGB value is (199,25,156). Sum of RGB (Red+Green+Blue) = 199+25+156=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7199C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7199C is #38E663. Grayscale: #5B5B5B. Windows color (decimal): -3728996 or 10230215. OLE color: 10230215.
HSL color Cylindrical-coordinate representation of color #C7199C: hue angle of 314.83º 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 #C7199C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 156 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.22 |
| HSL | 314.83º | 0.78% | 0.44% | - |
| HSV(B) | 314.83º | 0.87% | 0.78% | - |
| XYZ | 29.9 | 15.24 | 32.82 | - |
| YUV | 91.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 156 | 0 | 0.87 | 0.22 | 0.22 | 314.83 | 0.78 | 0.44 |
| Hex | C7 | 19 | 9C | 0 | 57 | 16 | 16 | 13B | 4E | 2C |
| Octal | 307 | 31 | 234 | 0 | 127 | 26 | 26 | 473 | 116 | 54 |
| Binary | 11000111 | 11001 | 10011100 | 0 | 1010111 | 10110 | 10110 | 100111011 | 1001110 | 101100 |
Color Harmonies of #C7199C
Complementary color
Monochromatic Colors of #C7199C
Black with #C7199C
Text Example
Text Example
White with #C7199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7199C; }
p { color: rgb(199,25,156); }
H1.HeaderClassName
{
color: #C7199C;
}
.AnyTagClassName
{
color: #C7199C;
}
</style>
background-color css
<style>
a { background-color: #C7199C; }
a { background-color: rgb(199,25,156); }
div.DivClassName
{
background-color: #C7199C;
}
.BgClassName
{
background-color: #C7199C;
}
</style>
border-color css
<style>
span { border-color: #C7199C; }
span { border-color: rgb(199,25,156); }
td.TdClassName
{
border-color: #C7199C;
}
.TagClassName
{
border-color: #C7199C;
}
</style>