Shades of Medium Violet Red #C7176F
Tints of Medium Violet Red #C7176F
RGB
CMYK
RGB Variations
Color information
#C7176F (or 0xC7176F) is known color: Medium Violet Red. HEX triplet: C7, 17 and 6F. RGB value is (199,23,111). Sum of RGB (Red+Green+Blue) = 199+23+111=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C7176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7176F is #38E890. Grayscale: #555555. Windows color (decimal): -3729553 or 7280583. OLE color: 7280583.
HSL color Cylindrical-coordinate representation of color #C7176F: hue angle of 330º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C7176F is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 111 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.22 |
| HSL | 330º | 0.79% | 0.44% | - |
| HSV(B) | 330º | 0.88% | 0.78% | - |
| XYZ | 26.73 | 13.9 | 16.31 | - |
| YUV | 85.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 111 | 0 | 0.88 | 0.44 | 0.22 | 330 | 0.79 | 0.44 |
| Hex | C7 | 17 | 6F | 0 | 58 | 2C | 16 | 14A | 4F | 2C |
| Octal | 307 | 27 | 157 | 0 | 130 | 54 | 26 | 512 | 117 | 54 |
| Binary | 11000111 | 10111 | 1101111 | 0 | 1011000 | 101100 | 10110 | 101001010 | 1001111 | 101100 |
Color Harmonies of #C7176F
Complementary color
Monochromatic Colors of #C7176F
Black with #C7176F
Text Example
Text Example
White with #C7176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7176F; }
p { color: rgb(199,23,111); }
H1.HeaderClassName
{
color: #C7176F;
}
.AnyTagClassName
{
color: #C7176F;
}
</style>
background-color css
<style>
a { background-color: #C7176F; }
a { background-color: rgb(199,23,111); }
div.DivClassName
{
background-color: #C7176F;
}
.BgClassName
{
background-color: #C7176F;
}
</style>
border-color css
<style>
span { border-color: #C7176F; }
span { border-color: rgb(199,23,111); }
td.TdClassName
{
border-color: #C7176F;
}
.TagClassName
{
border-color: #C7176F;
}
</style>