Shades of Medium Violet Red #C71176
Tints of Medium Violet Red #C71176
RGB
CMYK
RGB Variations
Color information
#C71176 (or 0xC71176) is known color: Medium Violet Red. HEX triplet: C7, 11 and 76. RGB value is (199,17,118). Sum of RGB (Red+Green+Blue) = 199+17+118=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C71176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71176 is #38EE89. Grayscale: #525252. Windows color (decimal): -3731082 or 7737799. OLE color: 7737799.
HSL color Cylindrical-coordinate representation of color #C71176: hue angle of 326.7º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71176 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 118 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.22 |
| HSL | 326.7º | 0.84% | 0.42% | - |
| HSV(B) | 326.7º | 0.91% | 0.78% | - |
| XYZ | 27.02 | 13.85 | 18.39 | - |
| YUV | 82.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 118 | 0 | 0.91 | 0.41 | 0.22 | 326.7 | 0.84 | 0.42 |
| Hex | C7 | 11 | 76 | 0 | 5B | 29 | 16 | 147 | 54 | 2A |
| Octal | 307 | 21 | 166 | 0 | 133 | 51 | 26 | 507 | 124 | 52 |
| Binary | 11000111 | 10001 | 1110110 | 0 | 1011011 | 101001 | 10110 | 101000111 | 1010100 | 101010 |
Color Harmonies of #C71176
Complementary color
Monochromatic Colors of #C71176
Black with #C71176
Text Example
Text Example
White with #C71176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71176; }
p { color: rgb(199,17,118); }
H1.HeaderClassName
{
color: #C71176;
}
.AnyTagClassName
{
color: #C71176;
}
</style>
background-color css
<style>
a { background-color: #C71176; }
a { background-color: rgb(199,17,118); }
div.DivClassName
{
background-color: #C71176;
}
.BgClassName
{
background-color: #C71176;
}
</style>
border-color css
<style>
span { border-color: #C71176; }
span { border-color: rgb(199,17,118); }
td.TdClassName
{
border-color: #C71176;
}
.TagClassName
{
border-color: #C71176;
}
</style>