Shades of Medium Violet Red #C7117F
Tints of Medium Violet Red #C7117F
RGB
CMYK
RGB Variations
Color information
#C7117F (or 0xC7117F) is known color: Medium Violet Red. HEX triplet: C7, 11 and 7F. RGB value is (199,17,127). Sum of RGB (Red+Green+Blue) = 199+17+127=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7117F is #38EE80. Grayscale: #535353. Windows color (decimal): -3731073 or 8327623. OLE color: 8327623.
HSL color Cylindrical-coordinate representation of color #C7117F: hue angle of 323.74º 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 #C7117F is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 127 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.22 |
| HSL | 323.74º | 0.84% | 0.42% | - |
| HSV(B) | 323.74º | 0.91% | 0.78% | - |
| XYZ | 27.58 | 14.08 | 21.34 | - |
| YUV | 83.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 127 | 0 | 0.91 | 0.36 | 0.22 | 323.74 | 0.84 | 0.42 |
| Hex | C7 | 11 | 7F | 0 | 5B | 24 | 16 | 144 | 54 | 2A |
| Octal | 307 | 21 | 177 | 0 | 133 | 44 | 26 | 504 | 124 | 52 |
| Binary | 11000111 | 10001 | 1111111 | 0 | 1011011 | 100100 | 10110 | 101000100 | 1010100 | 101010 |
Color Harmonies of #C7117F
Complementary color
Monochromatic Colors of #C7117F
Black with #C7117F
Text Example
Text Example
White with #C7117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7117F; }
p { color: rgb(199,17,127); }
H1.HeaderClassName
{
color: #C7117F;
}
.AnyTagClassName
{
color: #C7117F;
}
</style>
background-color css
<style>
a { background-color: #C7117F; }
a { background-color: rgb(199,17,127); }
div.DivClassName
{
background-color: #C7117F;
}
.BgClassName
{
background-color: #C7117F;
}
</style>
border-color css
<style>
span { border-color: #C7117F; }
span { border-color: rgb(199,17,127); }
td.TdClassName
{
border-color: #C7117F;
}
.TagClassName
{
border-color: #C7117F;
}
</style>