Shades of Medium Violet Red #C4119B
Tints of Medium Violet Red #C4119B
RGB
CMYK
RGB Variations
Color information
#C4119B (or 0xC4119B) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9B. RGB value is (196,17,155). Sum of RGB (Red+Green+Blue) = 196+17+155=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119B is #3BEE64. Grayscale: #555555. Windows color (decimal): -3927653 or 10162628. OLE color: 10162628.
HSL color Cylindrical-coordinate representation of color #C4119B: hue angle of 313.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 #C4119B is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 155 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.23 |
| HSL | 313.74º | 0.84% | 0.42% | - |
| HSV(B) | 313.74º | 0.91% | 0.77% | - |
| XYZ | 28.88 | 14.5 | 32.29 | - |
| YUV | 86.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 155 | 0 | 0.91 | 0.21 | 0.23 | 313.74 | 0.84 | 0.42 |
| Hex | C4 | 11 | 9B | 0 | 5B | 15 | 17 | 13A | 54 | 2A |
| Octal | 304 | 21 | 233 | 0 | 133 | 25 | 27 | 472 | 124 | 52 |
| Binary | 11000100 | 10001 | 10011011 | 0 | 1011011 | 10101 | 10111 | 100111010 | 1010100 | 101010 |
Color Harmonies of #C4119B
Complementary color
Monochromatic Colors of #C4119B
Black with #C4119B
Text Example
Text Example
White with #C4119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4119B; }
p { color: rgb(196,17,155); }
H1.HeaderClassName
{
color: #C4119B;
}
.AnyTagClassName
{
color: #C4119B;
}
</style>
background-color css
<style>
a { background-color: #C4119B; }
a { background-color: rgb(196,17,155); }
div.DivClassName
{
background-color: #C4119B;
}
.BgClassName
{
background-color: #C4119B;
}
</style>
border-color css
<style>
span { border-color: #C4119B; }
span { border-color: rgb(196,17,155); }
td.TdClassName
{
border-color: #C4119B;
}
.TagClassName
{
border-color: #C4119B;
}
</style>