Shades of Medium Violet Red #C7197F
Tints of Medium Violet Red #C7197F
RGB
CMYK
RGB Variations
Color information
#C7197F (or 0xC7197F) is known color: Medium Violet Red. HEX triplet: C7, 19 and 7F. RGB value is (199,25,127). Sum of RGB (Red+Green+Blue) = 199+25+127=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C7197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7197F is #38E680. Grayscale: #585858. Windows color (decimal): -3729025 or 8329671. OLE color: 8329671.
HSL color Cylindrical-coordinate representation of color #C7197F: hue angle of 324.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 #C7197F is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 127 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.22 |
| HSL | 324.83º | 0.78% | 0.44% | - |
| HSV(B) | 324.83º | 0.87% | 0.78% | - |
| XYZ | 27.73 | 14.37 | 21.39 | - |
| YUV | 88.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 127 | 0 | 0.87 | 0.36 | 0.22 | 324.83 | 0.78 | 0.44 |
| Hex | C7 | 19 | 7F | 0 | 57 | 24 | 16 | 145 | 4E | 2C |
| Octal | 307 | 31 | 177 | 0 | 127 | 44 | 26 | 505 | 116 | 54 |
| Binary | 11000111 | 11001 | 1111111 | 0 | 1010111 | 100100 | 10110 | 101000101 | 1001110 | 101100 |
Color Harmonies of #C7197F
Complementary color
Monochromatic Colors of #C7197F
Black with #C7197F
Text Example
Text Example
White with #C7197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7197F; }
p { color: rgb(199,25,127); }
H1.HeaderClassName
{
color: #C7197F;
}
.AnyTagClassName
{
color: #C7197F;
}
</style>
background-color css
<style>
a { background-color: #C7197F; }
a { background-color: rgb(199,25,127); }
div.DivClassName
{
background-color: #C7197F;
}
.BgClassName
{
background-color: #C7197F;
}
</style>
border-color css
<style>
span { border-color: #C7197F; }
span { border-color: rgb(199,25,127); }
td.TdClassName
{
border-color: #C7197F;
}
.TagClassName
{
border-color: #C7197F;
}
</style>