Shades of Medium Violet Red #C4119E
Tints of Medium Violet Red #C4119E
RGB
CMYK
RGB Variations
Color information
#C4119E (or 0xC4119E) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9E. RGB value is (196,17,158). Sum of RGB (Red+Green+Blue) = 196+17+158=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119E is #3BEE61. Grayscale: #565656. Windows color (decimal): -3927650 or 10359236. OLE color: 10359236.
HSL color Cylindrical-coordinate representation of color #C4119E: hue angle of 312.74º 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 #C4119E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 158 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.23 |
| HSL | 312.74º | 0.84% | 0.42% | - |
| HSV(B) | 312.74º | 0.91% | 0.77% | - |
| XYZ | 29.14 | 14.61 | 33.63 | - |
| YUV | 86.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 158 | 0 | 0.91 | 0.19 | 0.23 | 312.74 | 0.84 | 0.42 |
| Hex | C4 | 11 | 9E | 0 | 5B | 13 | 17 | 139 | 54 | 2A |
| Octal | 304 | 21 | 236 | 0 | 133 | 23 | 27 | 471 | 124 | 52 |
| Binary | 11000100 | 10001 | 10011110 | 0 | 1011011 | 10011 | 10111 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C4119E
Complementary color
Monochromatic Colors of #C4119E
Black with #C4119E
Text Example
Text Example
White with #C4119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4119E; }
p { color: rgb(196,17,158); }
H1.HeaderClassName
{
color: #C4119E;
}
.AnyTagClassName
{
color: #C4119E;
}
</style>
background-color css
<style>
a { background-color: #C4119E; }
a { background-color: rgb(196,17,158); }
div.DivClassName
{
background-color: #C4119E;
}
.BgClassName
{
background-color: #C4119E;
}
</style>
border-color css
<style>
span { border-color: #C4119E; }
span { border-color: rgb(196,17,158); }
td.TdClassName
{
border-color: #C4119E;
}
.TagClassName
{
border-color: #C4119E;
}
</style>