Shades of Medium Violet Red #C5116A
Tints of Medium Violet Red #C5116A
RGB
CMYK
RGB Variations
Color information
#C5116A (or 0xC5116A) is known color: Medium Violet Red. HEX triplet: C5, 11 and 6A. RGB value is (197,17,106). Sum of RGB (Red+Green+Blue) = 197+17+106=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C5116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5116A is #3AEE95. Grayscale: #505050. Windows color (decimal): -3862166 or 6951365. OLE color: 6951365.
HSL color Cylindrical-coordinate representation of color #C5116A: hue angle of 330.33º 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 #C5116A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 17 | 106 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.23 |
| HSL | 330.33º | 0.84% | 0.42% | - |
| HSV(B) | 330.33º | 0.91% | 0.77% | - |
| XYZ | 25.83 | 13.31 | 14.84 | - |
| YUV | 80.97 | 142.13 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 106 | 0 | 0.91 | 0.46 | 0.23 | 330.33 | 0.84 | 0.42 |
| Hex | C5 | 11 | 6A | 0 | 5B | 2E | 17 | 14A | 54 | 2A |
| Octal | 305 | 21 | 152 | 0 | 133 | 56 | 27 | 512 | 124 | 52 |
| Binary | 11000101 | 10001 | 1101010 | 0 | 1011011 | 101110 | 10111 | 101001010 | 1010100 | 101010 |
Color Harmonies of #C5116A
Complementary color
Monochromatic Colors of #C5116A
Black with #C5116A
Text Example
Text Example
White with #C5116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5116A; }
p { color: rgb(197,17,106); }
H1.HeaderClassName
{
color: #C5116A;
}
.AnyTagClassName
{
color: #C5116A;
}
</style>
background-color css
<style>
a { background-color: #C5116A; }
a { background-color: rgb(197,17,106); }
div.DivClassName
{
background-color: #C5116A;
}
.BgClassName
{
background-color: #C5116A;
}
</style>
border-color css
<style>
span { border-color: #C5116A; }
span { border-color: rgb(197,17,106); }
td.TdClassName
{
border-color: #C5116A;
}
.TagClassName
{
border-color: #C5116A;
}
</style>