Shades of Medium Violet Red #C4116C
Tints of Medium Violet Red #C4116C
RGB
CMYK
RGB Variations
Color information
#C4116C (or 0xC4116C) is known color: Medium Violet Red. HEX triplet: C4, 11 and 6C. RGB value is (196,17,108). Sum of RGB (Red+Green+Blue) = 196+17+108=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4116C is #3BEE93. Grayscale: #505050. Windows color (decimal): -3927700 or 7082436. OLE color: 7082436.
HSL color Cylindrical-coordinate representation of color #C4116C: hue angle of 329.5º 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 #C4116C is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 108 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.23 |
| HSL | 329.5º | 0.84% | 0.42% | - |
| HSV(B) | 329.5º | 0.91% | 0.77% | - |
| XYZ | 25.67 | 13.22 | 15.39 | - |
| YUV | 80.9 | 143.3 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 108 | 0 | 0.91 | 0.45 | 0.23 | 329.5 | 0.84 | 0.42 |
| Hex | C4 | 11 | 6C | 0 | 5B | 2D | 17 | 149 | 54 | 2A |
| Octal | 304 | 21 | 154 | 0 | 133 | 55 | 27 | 511 | 124 | 52 |
| Binary | 11000100 | 10001 | 1101100 | 0 | 1011011 | 101101 | 10111 | 101001001 | 1010100 | 101010 |
Color Harmonies of #C4116C
Complementary color
Monochromatic Colors of #C4116C
Black with #C4116C
Text Example
Text Example
White with #C4116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4116C; }
p { color: rgb(196,17,108); }
H1.HeaderClassName
{
color: #C4116C;
}
.AnyTagClassName
{
color: #C4116C;
}
</style>
background-color css
<style>
a { background-color: #C4116C; }
a { background-color: rgb(196,17,108); }
div.DivClassName
{
background-color: #C4116C;
}
.BgClassName
{
background-color: #C4116C;
}
</style>
border-color css
<style>
span { border-color: #C4116C; }
span { border-color: rgb(196,17,108); }
td.TdClassName
{
border-color: #C4116C;
}
.TagClassName
{
border-color: #C4116C;
}
</style>