Shades of Medium Violet Red #C7166C
Tints of Medium Violet Red #C7166C
RGB
CMYK
RGB Variations
Color information
#C7166C (or 0xC7166C) is known color: Medium Violet Red. HEX triplet: C7, 16 and 6C. RGB value is (199,22,108). Sum of RGB (Red+Green+Blue) = 199+22+108=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166C is #38E993. Grayscale: #545454. Windows color (decimal): -3729812 or 7083719. OLE color: 7083719.
HSL color Cylindrical-coordinate representation of color #C7166C: hue angle of 330.85º 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 #C7166C is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 330.85º | 0.8% | 0.43% | - |
| HSV(B) | 330.85º | 0.89% | 0.78% | - |
| XYZ | 26.55 | 13.8 | 15.45 | - |
| YUV | 84.73 | 141.14 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 108 | 0 | 0.89 | 0.46 | 0.22 | 330.85 | 0.8 | 0.43 |
| Hex | C7 | 16 | 6C | 0 | 59 | 2E | 16 | 14B | 50 | 2B |
| Octal | 307 | 26 | 154 | 0 | 131 | 56 | 26 | 513 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101100 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C7166C
Complementary color
Monochromatic Colors of #C7166C
Black with #C7166C
Text Example
Text Example
White with #C7166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7166C; }
p { color: rgb(199,22,108); }
H1.HeaderClassName
{
color: #C7166C;
}
.AnyTagClassName
{
color: #C7166C;
}
</style>
background-color css
<style>
a { background-color: #C7166C; }
a { background-color: rgb(199,22,108); }
div.DivClassName
{
background-color: #C7166C;
}
.BgClassName
{
background-color: #C7166C;
}
</style>
border-color css
<style>
span { border-color: #C7166C; }
span { border-color: rgb(199,22,108); }
td.TdClassName
{
border-color: #C7166C;
}
.TagClassName
{
border-color: #C7166C;
}
</style>