Shades of Medium Violet Red #C7117C
Tints of Medium Violet Red #C7117C
RGB
CMYK
RGB Variations
Color information
#C7117C (or 0xC7117C) is known color: Medium Violet Red. HEX triplet: C7, 11 and 7C. RGB value is (199,17,124). Sum of RGB (Red+Green+Blue) = 199+17+124=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7117C is #38EE83. Grayscale: #535353. Windows color (decimal): -3731076 or 8131015. OLE color: 8131015.
HSL color Cylindrical-coordinate representation of color #C7117C: hue angle of 324.73º 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 #C7117C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 124 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.22 |
| HSL | 324.73º | 0.84% | 0.42% | - |
| HSV(B) | 324.73º | 0.91% | 0.78% | - |
| XYZ | 27.39 | 14 | 20.33 | - |
| YUV | 83.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 124 | 0 | 0.91 | 0.38 | 0.22 | 324.73 | 0.84 | 0.42 |
| Hex | C7 | 11 | 7C | 0 | 5B | 26 | 16 | 145 | 54 | 2A |
| Octal | 307 | 21 | 174 | 0 | 133 | 46 | 26 | 505 | 124 | 52 |
| Binary | 11000111 | 10001 | 1111100 | 0 | 1011011 | 100110 | 10110 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C7117C
Complementary color
Monochromatic Colors of #C7117C
Black with #C7117C
Text Example
Text Example
White with #C7117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7117C; }
p { color: rgb(199,17,124); }
H1.HeaderClassName
{
color: #C7117C;
}
.AnyTagClassName
{
color: #C7117C;
}
</style>
background-color css
<style>
a { background-color: #C7117C; }
a { background-color: rgb(199,17,124); }
div.DivClassName
{
background-color: #C7117C;
}
.BgClassName
{
background-color: #C7117C;
}
</style>
border-color css
<style>
span { border-color: #C7117C; }
span { border-color: rgb(199,17,124); }
td.TdClassName
{
border-color: #C7117C;
}
.TagClassName
{
border-color: #C7117C;
}
</style>