Shades of Medium Violet Red #C5117A
Tints of Medium Violet Red #C5117A
RGB
CMYK
RGB Variations
Color information
#C5117A (or 0xC5117A) is known color: Medium Violet Red. HEX triplet: C5, 11 and 7A. RGB value is (197,17,122). Sum of RGB (Red+Green+Blue) = 197+17+122=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C5117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5117A is #3AEE85. Grayscale: #525252. Windows color (decimal): -3862150 or 7999941. OLE color: 7999941.
HSL color Cylindrical-coordinate representation of color #C5117A: hue angle of 325º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5117A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.23 |
| HSL | 325º | 0.84% | 0.42% | - |
| HSV(B) | 325º | 0.91% | 0.77% | - |
| XYZ | 26.74 | 13.68 | 19.64 | - |
| YUV | 82.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 122 | 0 | 0.91 | 0.38 | 0.23 | 325 | 0.84 | 0.42 |
| Hex | C5 | 11 | 7A | 0 | 5B | 26 | 17 | 145 | 54 | 2A |
| Octal | 305 | 21 | 172 | 0 | 133 | 46 | 27 | 505 | 124 | 52 |
| Binary | 11000101 | 10001 | 1111010 | 0 | 1011011 | 100110 | 10111 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C5117A
Complementary color
Monochromatic Colors of #C5117A
Black with #C5117A
Text Example
Text Example
White with #C5117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5117A; }
p { color: rgb(197,17,122); }
H1.HeaderClassName
{
color: #C5117A;
}
.AnyTagClassName
{
color: #C5117A;
}
</style>
background-color css
<style>
a { background-color: #C5117A; }
a { background-color: rgb(197,17,122); }
div.DivClassName
{
background-color: #C5117A;
}
.BgClassName
{
background-color: #C5117A;
}
</style>
border-color css
<style>
span { border-color: #C5117A; }
span { border-color: rgb(197,17,122); }
td.TdClassName
{
border-color: #C5117A;
}
.TagClassName
{
border-color: #C5117A;
}
</style>