Shades of Medium Violet Red #C7118E
Tints of Medium Violet Red #C7118E
RGB
CMYK
RGB Variations
Color information
#C7118E (or 0xC7118E) is known color: Medium Violet Red. HEX triplet: C7, 11 and 8E. RGB value is (199,17,142). Sum of RGB (Red+Green+Blue) = 199+17+142=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7118E is #38EE71. Grayscale: #555555. Windows color (decimal): -3731058 or 9310663. OLE color: 9310663.
HSL color Cylindrical-coordinate representation of color #C7118E: hue angle of 318.79º 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 #C7118E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 142 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.22 |
| HSL | 318.79º | 0.84% | 0.42% | - |
| HSV(B) | 318.79º | 0.91% | 0.78% | - |
| XYZ | 28.64 | 14.5 | 26.88 | - |
| YUV | 85.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 142 | 0 | 0.91 | 0.29 | 0.22 | 318.79 | 0.84 | 0.42 |
| Hex | C7 | 11 | 8E | 0 | 5B | 1D | 16 | 13F | 54 | 2A |
| Octal | 307 | 21 | 216 | 0 | 133 | 35 | 26 | 477 | 124 | 52 |
| Binary | 11000111 | 10001 | 10001110 | 0 | 1011011 | 11101 | 10110 | 100111111 | 1010100 | 101010 |
Color Harmonies of #C7118E
Complementary color
Monochromatic Colors of #C7118E
Black with #C7118E
Text Example
Text Example
White with #C7118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7118E; }
p { color: rgb(199,17,142); }
H1.HeaderClassName
{
color: #C7118E;
}
.AnyTagClassName
{
color: #C7118E;
}
</style>
background-color css
<style>
a { background-color: #C7118E; }
a { background-color: rgb(199,17,142); }
div.DivClassName
{
background-color: #C7118E;
}
.BgClassName
{
background-color: #C7118E;
}
</style>
border-color css
<style>
span { border-color: #C7118E; }
span { border-color: rgb(199,17,142); }
td.TdClassName
{
border-color: #C7118E;
}
.TagClassName
{
border-color: #C7118E;
}
</style>