Shades of Medium Violet Red #C4119C
Tints of Medium Violet Red #C4119C
RGB
CMYK
RGB Variations
Color information
#C4119C (or 0xC4119C) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9C. RGB value is (196,17,156). Sum of RGB (Red+Green+Blue) = 196+17+156=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 156 (61.33% from 255 or 42.28% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119C is #3BEE63. Grayscale: #555555. Windows color (decimal): -3927652 or 10228164. OLE color: 10228164.
HSL color Cylindrical-coordinate representation of color #C4119C: hue angle of 313.41º 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 #C4119C is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 156 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.23 |
| HSL | 313.41º | 0.84% | 0.42% | - |
| HSV(B) | 313.41º | 0.91% | 0.77% | - |
| XYZ | 28.97 | 14.54 | 32.73 | - |
| YUV | 86.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 156 | 0 | 0.91 | 0.20 | 0.23 | 313.41 | 0.84 | 0.42 |
| Hex | C4 | 11 | 9C | 0 | 5B | 14 | 17 | 139 | 54 | 2A |
| Octal | 304 | 21 | 234 | 0 | 133 | 24 | 27 | 471 | 124 | 52 |
| Binary | 11000100 | 10001 | 10011100 | 0 | 1011011 | 10100 | 10111 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C4119C
Complementary color
Monochromatic Colors of #C4119C
Black with #C4119C
Text Example
Text Example
White with #C4119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4119C; }
p { color: rgb(196,17,156); }
H1.HeaderClassName
{
color: #C4119C;
}
.AnyTagClassName
{
color: #C4119C;
}
</style>
background-color css
<style>
a { background-color: #C4119C; }
a { background-color: rgb(196,17,156); }
div.DivClassName
{
background-color: #C4119C;
}
.BgClassName
{
background-color: #C4119C;
}
</style>
border-color css
<style>
span { border-color: #C4119C; }
span { border-color: rgb(196,17,156); }
td.TdClassName
{
border-color: #C4119C;
}
.TagClassName
{
border-color: #C4119C;
}
</style>