Shades of Medium Violet Red #C7199A
Tints of Medium Violet Red #C7199A
RGB
CMYK
RGB Variations
Color information
#C7199A (or 0xC7199A) is known color: Medium Violet Red. HEX triplet: C7, 19 and 9A. RGB value is (199,25,154). Sum of RGB (Red+Green+Blue) = 199+25+154=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7199A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7199A is #38E665. Grayscale: #5B5B5B. Windows color (decimal): -3728998 or 10099143. OLE color: 10099143.
HSL color Cylindrical-coordinate representation of color #C7199A: hue angle of 315.52º 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 #C7199A is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 154 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.22 |
| HSL | 315.52º | 0.78% | 0.44% | - |
| HSV(B) | 315.52º | 0.87% | 0.78% | - |
| XYZ | 29.73 | 15.17 | 31.93 | - |
| YUV | 91.73 | 163.15 | 204.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 154 | 0 | 0.87 | 0.23 | 0.22 | 315.52 | 0.78 | 0.44 |
| Hex | C7 | 19 | 9A | 0 | 57 | 17 | 16 | 13C | 4E | 2C |
| Octal | 307 | 31 | 232 | 0 | 127 | 27 | 26 | 474 | 116 | 54 |
| Binary | 11000111 | 11001 | 10011010 | 0 | 1010111 | 10111 | 10110 | 100111100 | 1001110 | 101100 |
Color Harmonies of #C7199A
Complementary color
Monochromatic Colors of #C7199A
Black with #C7199A
Text Example
Text Example
White with #C7199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7199A; }
p { color: rgb(199,25,154); }
H1.HeaderClassName
{
color: #C7199A;
}
.AnyTagClassName
{
color: #C7199A;
}
</style>
background-color css
<style>
a { background-color: #C7199A; }
a { background-color: rgb(199,25,154); }
div.DivClassName
{
background-color: #C7199A;
}
.BgClassName
{
background-color: #C7199A;
}
</style>
border-color css
<style>
span { border-color: #C7199A; }
span { border-color: rgb(199,25,154); }
td.TdClassName
{
border-color: #C7199A;
}
.TagClassName
{
border-color: #C7199A;
}
</style>