Shades of Medium Violet Red #C7197A
Tints of Medium Violet Red #C7197A
RGB
CMYK
RGB Variations
Color information
#C7197A (or 0xC7197A) is known color: Medium Violet Red. HEX triplet: C7, 19 and 7A. RGB value is (199,25,122). Sum of RGB (Red+Green+Blue) = 199+25+122=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C7197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7197A is #38E685. Grayscale: #575757. Windows color (decimal): -3729030 or 8001991. OLE color: 8001991.
HSL color Cylindrical-coordinate representation of color #C7197A: hue angle of 326.55º 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 #C7197A is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 122 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.22 |
| HSL | 326.55º | 0.78% | 0.44% | - |
| HSV(B) | 326.55º | 0.87% | 0.78% | - |
| XYZ | 27.41 | 14.24 | 19.72 | - |
| YUV | 88.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 122 | 0 | 0.87 | 0.39 | 0.22 | 326.55 | 0.78 | 0.44 |
| Hex | C7 | 19 | 7A | 0 | 57 | 27 | 16 | 147 | 4E | 2C |
| Octal | 307 | 31 | 172 | 0 | 127 | 47 | 26 | 507 | 116 | 54 |
| Binary | 11000111 | 11001 | 1111010 | 0 | 1010111 | 100111 | 10110 | 101000111 | 1001110 | 101100 |
Color Harmonies of #C7197A
Complementary color
Monochromatic Colors of #C7197A
Black with #C7197A
Text Example
Text Example
White with #C7197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7197A; }
p { color: rgb(199,25,122); }
H1.HeaderClassName
{
color: #C7197A;
}
.AnyTagClassName
{
color: #C7197A;
}
</style>
background-color css
<style>
a { background-color: #C7197A; }
a { background-color: rgb(199,25,122); }
div.DivClassName
{
background-color: #C7197A;
}
.BgClassName
{
background-color: #C7197A;
}
</style>
border-color css
<style>
span { border-color: #C7197A; }
span { border-color: rgb(199,25,122); }
td.TdClassName
{
border-color: #C7197A;
}
.TagClassName
{
border-color: #C7197A;
}
</style>