Shades of Medium Violet Red #C4117A
Tints of Medium Violet Red #C4117A
RGB
CMYK
RGB Variations
Color information
#C4117A (or 0xC4117A) is known color: Medium Violet Red. HEX triplet: C4, 11 and 7A. RGB value is (196,17,122). Sum of RGB (Red+Green+Blue) = 196+17+122=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4117A is #3BEE85. Grayscale: #525252. Windows color (decimal): -3927686 or 7999940. OLE color: 7999940.
HSL color Cylindrical-coordinate representation of color #C4117A: hue angle of 324.8º 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 #C4117A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 122 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.23 |
| HSL | 324.8º | 0.84% | 0.42% | - |
| HSV(B) | 324.8º | 0.91% | 0.77% | - |
| XYZ | 26.48 | 13.54 | 19.63 | - |
| YUV | 82.49 | 150.3 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 122 | 0 | 0.91 | 0.38 | 0.23 | 324.8 | 0.84 | 0.42 |
| Hex | C4 | 11 | 7A | 0 | 5B | 26 | 17 | 145 | 54 | 2A |
| Octal | 304 | 21 | 172 | 0 | 133 | 46 | 27 | 505 | 124 | 52 |
| Binary | 11000100 | 10001 | 1111010 | 0 | 1011011 | 100110 | 10111 | 101000101 | 1010100 | 101010 |
Color Harmonies of #C4117A
Complementary color
Monochromatic Colors of #C4117A
Black with #C4117A
Text Example
Text Example
White with #C4117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4117A; }
p { color: rgb(196,17,122); }
H1.HeaderClassName
{
color: #C4117A;
}
.AnyTagClassName
{
color: #C4117A;
}
</style>
background-color css
<style>
a { background-color: #C4117A; }
a { background-color: rgb(196,17,122); }
div.DivClassName
{
background-color: #C4117A;
}
.BgClassName
{
background-color: #C4117A;
}
</style>
border-color css
<style>
span { border-color: #C4117A; }
span { border-color: rgb(196,17,122); }
td.TdClassName
{
border-color: #C4117A;
}
.TagClassName
{
border-color: #C4117A;
}
</style>