Shades of Medium Violet Red #C7118A
Tints of Medium Violet Red #C7118A
RGB
CMYK
RGB Variations
Color information
#C7118A (or 0xC7118A) is known color: Medium Violet Red. HEX triplet: C7, 11 and 8A. RGB value is (199,17,138). Sum of RGB (Red+Green+Blue) = 199+17+138=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7118A is #38EE75. Grayscale: #545454. Windows color (decimal): -3731062 or 9048519. OLE color: 9048519.
HSL color Cylindrical-coordinate representation of color #C7118A: hue angle of 320.11º 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 #C7118A is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 138 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.22 |
| HSL | 320.11º | 0.84% | 0.42% | - |
| HSV(B) | 320.11º | 0.91% | 0.78% | - |
| XYZ | 28.34 | 14.38 | 25.33 | - |
| YUV | 85.21 | 157.8 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 138 | 0 | 0.91 | 0.31 | 0.22 | 320.11 | 0.84 | 0.42 |
| Hex | C7 | 11 | 8A | 0 | 5B | 1F | 16 | 140 | 54 | 2A |
| Octal | 307 | 21 | 212 | 0 | 133 | 37 | 26 | 500 | 124 | 52 |
| Binary | 11000111 | 10001 | 10001010 | 0 | 1011011 | 11111 | 10110 | 101000000 | 1010100 | 101010 |
Color Harmonies of #C7118A
Complementary color
Monochromatic Colors of #C7118A
Black with #C7118A
Text Example
Text Example
White with #C7118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7118A; }
p { color: rgb(199,17,138); }
H1.HeaderClassName
{
color: #C7118A;
}
.AnyTagClassName
{
color: #C7118A;
}
</style>
background-color css
<style>
a { background-color: #C7118A; }
a { background-color: rgb(199,17,138); }
div.DivClassName
{
background-color: #C7118A;
}
.BgClassName
{
background-color: #C7118A;
}
</style>
border-color css
<style>
span { border-color: #C7118A; }
span { border-color: rgb(199,17,138); }
td.TdClassName
{
border-color: #C7118A;
}
.TagClassName
{
border-color: #C7118A;
}
</style>