Shades of Medium Violet Red #C7166E
Tints of Medium Violet Red #C7166E
RGB
CMYK
RGB Variations
Color information
#C7166E (or 0xC7166E) is known color: Medium Violet Red. HEX triplet: C7, 16 and 6E. RGB value is (199,22,110). Sum of RGB (Red+Green+Blue) = 199+22+110=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166E is #38E991. Grayscale: #545454. Windows color (decimal): -3729810 or 7214791. OLE color: 7214791.
HSL color Cylindrical-coordinate representation of color #C7166E: hue angle of 330.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7166E is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 110 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.22 |
| HSL | 330.17º | 0.8% | 0.43% | - |
| HSV(B) | 330.17º | 0.89% | 0.78% | - |
| XYZ | 26.65 | 13.84 | 16.02 | - |
| YUV | 84.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 110 | 0 | 0.89 | 0.45 | 0.22 | 330.17 | 0.8 | 0.43 |
| Hex | C7 | 16 | 6E | 0 | 59 | 2D | 16 | 14A | 50 | 2B |
| Octal | 307 | 26 | 156 | 0 | 131 | 55 | 26 | 512 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101110 | 0 | 1011001 | 101101 | 10110 | 101001010 | 1010000 | 101011 |
Color Harmonies of #C7166E
Complementary color
Monochromatic Colors of #C7166E
Black with #C7166E
Text Example
Text Example
White with #C7166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7166E; }
p { color: rgb(199,22,110); }
H1.HeaderClassName
{
color: #C7166E;
}
.AnyTagClassName
{
color: #C7166E;
}
</style>
background-color css
<style>
a { background-color: #C7166E; }
a { background-color: rgb(199,22,110); }
div.DivClassName
{
background-color: #C7166E;
}
.BgClassName
{
background-color: #C7166E;
}
</style>
border-color css
<style>
span { border-color: #C7166E; }
span { border-color: rgb(199,22,110); }
td.TdClassName
{
border-color: #C7166E;
}
.TagClassName
{
border-color: #C7166E;
}
</style>