Shades of Medium Violet Red #C7166F
Tints of Medium Violet Red #C7166F
RGB
CMYK
RGB Variations
Color information
#C7166F (or 0xC7166F) is known color: Medium Violet Red. HEX triplet: C7, 16 and 6F. RGB value is (199,22,111). Sum of RGB (Red+Green+Blue) = 199+22+111=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C7166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7166F is #38E990. Grayscale: #545454. Windows color (decimal): -3729809 or 7280327. OLE color: 7280327.
HSL color Cylindrical-coordinate representation of color #C7166F: hue angle of 329.83º 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 #C7166F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 111 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.22 |
| HSL | 329.83º | 0.8% | 0.43% | - |
| HSV(B) | 329.83º | 0.89% | 0.78% | - |
| XYZ | 26.71 | 13.86 | 16.31 | - |
| YUV | 85.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 111 | 0 | 0.89 | 0.44 | 0.22 | 329.83 | 0.8 | 0.43 |
| Hex | C7 | 16 | 6F | 0 | 59 | 2C | 16 | 14A | 50 | 2B |
| Octal | 307 | 26 | 157 | 0 | 131 | 54 | 26 | 512 | 120 | 53 |
| Binary | 11000111 | 10110 | 1101111 | 0 | 1011001 | 101100 | 10110 | 101001010 | 1010000 | 101011 |
Color Harmonies of #C7166F
Complementary color
Monochromatic Colors of #C7166F
Black with #C7166F
Text Example
Text Example
White with #C7166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7166F; }
p { color: rgb(199,22,111); }
H1.HeaderClassName
{
color: #C7166F;
}
.AnyTagClassName
{
color: #C7166F;
}
</style>
background-color css
<style>
a { background-color: #C7166F; }
a { background-color: rgb(199,22,111); }
div.DivClassName
{
background-color: #C7166F;
}
.BgClassName
{
background-color: #C7166F;
}
</style>
border-color css
<style>
span { border-color: #C7166F; }
span { border-color: rgb(199,22,111); }
td.TdClassName
{
border-color: #C7166F;
}
.TagClassName
{
border-color: #C7166F;
}
</style>