Shades of Medium Violet Red #C7117A
Tints of Medium Violet Red #C7117A
RGB
CMYK
RGB Variations
Color information
#C7117A (or 0xC7117A) is known color: Medium Violet Red. HEX triplet: C7, 11 and 7A. RGB value is (199,17,122). Sum of RGB (Red+Green+Blue) = 199+17+122=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7117A is #38EE85. Grayscale: #535353. Windows color (decimal): -3731078 or 7999943. OLE color: 7999943.
HSL color Cylindrical-coordinate representation of color #C7117A: hue angle of 325.38º 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 #C7117A is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.22 |
| HSL | 325.38º | 0.84% | 0.42% | - |
| HSV(B) | 325.38º | 0.91% | 0.78% | - |
| XYZ | 27.27 | 13.95 | 19.67 | - |
| YUV | 83.39 | 149.8 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 122 | 0 | 0.91 | 0.39 | 0.22 | 325.38 | 0.84 | 0.42 |
| Hex | C7 | 11 | 7A | 0 | 5B | 27 | 16 | 145 | 54 | 2A |
| Octal | 307 | 21 | 172 | 0 | 133 | 47 | 26 | 505 | 124 | 52 |
| Binary | 11000111 | 10001 | 1111010 | 0 | 1011011 | 100111 | 10110 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C7117A
Complementary color
Monochromatic Colors of #C7117A
Black with #C7117A
Text Example
Text Example
White with #C7117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7117A; }
p { color: rgb(199,17,122); }
H1.HeaderClassName
{
color: #C7117A;
}
.AnyTagClassName
{
color: #C7117A;
}
</style>
background-color css
<style>
a { background-color: #C7117A; }
a { background-color: rgb(199,17,122); }
div.DivClassName
{
background-color: #C7117A;
}
.BgClassName
{
background-color: #C7117A;
}
</style>
border-color css
<style>
span { border-color: #C7117A; }
span { border-color: rgb(199,17,122); }
td.TdClassName
{
border-color: #C7117A;
}
.TagClassName
{
border-color: #C7117A;
}
</style>