Shades of Medium Violet Red #C7197D
Tints of Medium Violet Red #C7197D
RGB
CMYK
RGB Variations
Color information
#C7197D (or 0xC7197D) is known color: Medium Violet Red. HEX triplet: C7, 19 and 7D. RGB value is (199,25,125). Sum of RGB (Red+Green+Blue) = 199+25+125=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C7197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7197D is #38E682. Grayscale: #585858. Windows color (decimal): -3729027 or 8198599. OLE color: 8198599.
HSL color Cylindrical-coordinate representation of color #C7197D: hue angle of 325.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 #C7197D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 25 | 125 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.22 |
| HSL | 325.52º | 0.78% | 0.44% | - |
| HSV(B) | 325.52º | 0.87% | 0.78% | - |
| XYZ | 27.6 | 14.32 | 20.71 | - |
| YUV | 88.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 25 | 125 | 0 | 0.87 | 0.37 | 0.22 | 325.52 | 0.78 | 0.44 |
| Hex | C7 | 19 | 7D | 0 | 57 | 25 | 16 | 146 | 4E | 2C |
| Octal | 307 | 31 | 175 | 0 | 127 | 45 | 26 | 506 | 116 | 54 |
| Binary | 11000111 | 11001 | 1111101 | 0 | 1010111 | 100101 | 10110 | 101000110 | 1001110 | 101100 |
Color Harmonies of #C7197D
Complementary color
Monochromatic Colors of #C7197D
Black with #C7197D
Text Example
Text Example
White with #C7197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7197D; }
p { color: rgb(199,25,125); }
H1.HeaderClassName
{
color: #C7197D;
}
.AnyTagClassName
{
color: #C7197D;
}
</style>
background-color css
<style>
a { background-color: #C7197D; }
a { background-color: rgb(199,25,125); }
div.DivClassName
{
background-color: #C7197D;
}
.BgClassName
{
background-color: #C7197D;
}
</style>
border-color css
<style>
span { border-color: #C7197D; }
span { border-color: rgb(199,25,125); }
td.TdClassName
{
border-color: #C7197D;
}
.TagClassName
{
border-color: #C7197D;
}
</style>