Shades of Medium Violet Red #C7166B
Tints of Medium Violet Red #C7166B
RGB
CMYK
RGB Variations
Color information
#C7166B (or 0xC7166B) is known color: Medium Violet Red. HEX triplet: C7, 16 and 6B. RGB value is (199,22,107). Sum of RGB (Red+Green+Blue) = 199+22+107=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166B is #38E994. Grayscale: #545454. Windows color (decimal): -3729813 or 7018183. OLE color: 7018183.
HSL color Cylindrical-coordinate representation of color #C7166B: hue angle of 331.19º 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 #C7166B is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 107 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 331.19º | 0.8% | 0.43% | - |
| HSV(B) | 331.19º | 0.89% | 0.78% | - |
| XYZ | 26.49 | 13.78 | 15.17 | - |
| YUV | 84.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 107 | 0 | 0.89 | 0.46 | 0.22 | 331.19 | 0.8 | 0.43 |
| Hex | C7 | 16 | 6B | 0 | 59 | 2E | 16 | 14B | 50 | 2B |
| Octal | 307 | 26 | 153 | 0 | 131 | 56 | 26 | 513 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101011 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C7166B
Complementary color
Monochromatic Colors of #C7166B
Black with #C7166B
Text Example
Text Example
White with #C7166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7166B; }
p { color: rgb(199,22,107); }
H1.HeaderClassName
{
color: #C7166B;
}
.AnyTagClassName
{
color: #C7166B;
}
</style>
background-color css
<style>
a { background-color: #C7166B; }
a { background-color: rgb(199,22,107); }
div.DivClassName
{
background-color: #C7166B;
}
.BgClassName
{
background-color: #C7166B;
}
</style>
border-color css
<style>
span { border-color: #C7166B; }
span { border-color: rgb(199,22,107); }
td.TdClassName
{
border-color: #C7166B;
}
.TagClassName
{
border-color: #C7166B;
}
</style>