Shades of Medium Violet Red #C7116D
Tints of Medium Violet Red #C7116D
RGB
CMYK
RGB Variations
Color information
#C7116D (or 0xC7116D) is known color: Medium Violet Red. HEX triplet: C7, 11 and 6D. RGB value is (199,17,109). Sum of RGB (Red+Green+Blue) = 199+17+109=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7116D is #38EE92. Grayscale: #515151. Windows color (decimal): -3731091 or 7147975. OLE color: 7147975.
HSL color Cylindrical-coordinate representation of color #C7116D: hue angle of 329.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7116D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 109 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.22 |
| HSL | 329.67º | 0.84% | 0.42% | - |
| HSV(B) | 329.67º | 0.91% | 0.78% | - |
| XYZ | 26.51 | 13.65 | 15.7 | - |
| YUV | 81.91 | 143.3 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 109 | 0 | 0.91 | 0.45 | 0.22 | 329.67 | 0.84 | 0.42 |
| Hex | C7 | 11 | 6D | 0 | 5B | 2D | 16 | 14A | 54 | 2A |
| Octal | 307 | 21 | 155 | 0 | 133 | 55 | 26 | 512 | 124 | 52 |
| Binary | 11000111 | 10001 | 1101101 | 0 | 1011011 | 101101 | 10110 | 101001010 | 1010100 | 101010 |
Color Harmonies of #C7116D
Complementary color
Monochromatic Colors of #C7116D
Black with #C7116D
Text Example
Text Example
White with #C7116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7116D; }
p { color: rgb(199,17,109); }
H1.HeaderClassName
{
color: #C7116D;
}
.AnyTagClassName
{
color: #C7116D;
}
</style>
background-color css
<style>
a { background-color: #C7116D; }
a { background-color: rgb(199,17,109); }
div.DivClassName
{
background-color: #C7116D;
}
.BgClassName
{
background-color: #C7116D;
}
</style>
border-color css
<style>
span { border-color: #C7116D; }
span { border-color: rgb(199,17,109); }
td.TdClassName
{
border-color: #C7116D;
}
.TagClassName
{
border-color: #C7116D;
}
</style>