Shades of Medium Violet Red #C7166D
Tints of Medium Violet Red #C7166D
RGB
CMYK
RGB Variations
Color information
#C7166D (or 0xC7166D) is known color: Medium Violet Red. HEX triplet: C7, 16 and 6D. RGB value is (199,22,109). Sum of RGB (Red+Green+Blue) = 199+22+109=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166D is #38E992. Grayscale: #545454. Windows color (decimal): -3729811 or 7149255. OLE color: 7149255.
HSL color Cylindrical-coordinate representation of color #C7166D: hue angle of 330.51º 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 #C7166D is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 109 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.22 |
| HSL | 330.51º | 0.8% | 0.43% | - |
| HSV(B) | 330.51º | 0.89% | 0.78% | - |
| XYZ | 26.6 | 13.82 | 15.73 | - |
| YUV | 84.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 109 | 0 | 0.89 | 0.45 | 0.22 | 330.51 | 0.8 | 0.43 |
| Hex | C7 | 16 | 6D | 0 | 59 | 2D | 16 | 14B | 50 | 2B |
| Octal | 307 | 26 | 155 | 0 | 131 | 55 | 26 | 513 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101101 | 0 | 1011001 | 101101 | 10110 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C7166D
Complementary color
Monochromatic Colors of #C7166D
Black with #C7166D
Text Example
Text Example
White with #C7166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7166D; }
p { color: rgb(199,22,109); }
H1.HeaderClassName
{
color: #C7166D;
}
.AnyTagClassName
{
color: #C7166D;
}
</style>
background-color css
<style>
a { background-color: #C7166D; }
a { background-color: rgb(199,22,109); }
div.DivClassName
{
background-color: #C7166D;
}
.BgClassName
{
background-color: #C7166D;
}
</style>
border-color css
<style>
span { border-color: #C7166D; }
span { border-color: rgb(199,22,109); }
td.TdClassName
{
border-color: #C7166D;
}
.TagClassName
{
border-color: #C7166D;
}
</style>