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