Shades of Medium Violet Red #C4119A
Tints of Medium Violet Red #C4119A
RGB
CMYK
RGB Variations
Color information
#C4119A (or 0xC4119A) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9A. RGB value is (196,17,154). Sum of RGB (Red+Green+Blue) = 196+17+154=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119A is #3BEE65. Grayscale: #555555. Windows color (decimal): -3927654 or 10097092. OLE color: 10097092.
HSL color Cylindrical-coordinate representation of color #C4119A: hue angle of 314.08º 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 #C4119A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 154 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.23 |
| HSL | 314.08º | 0.84% | 0.42% | - |
| HSV(B) | 314.08º | 0.91% | 0.77% | - |
| XYZ | 28.8 | 14.47 | 31.85 | - |
| YUV | 86.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 154 | 0 | 0.91 | 0.21 | 0.23 | 314.08 | 0.84 | 0.42 |
| Hex | C4 | 11 | 9A | 0 | 5B | 15 | 17 | 13A | 54 | 2A |
| Octal | 304 | 21 | 232 | 0 | 133 | 25 | 27 | 472 | 124 | 52 |
| Binary | 11000100 | 10001 | 10011010 | 0 | 1011011 | 10101 | 10111 | 100111010 | 1010100 | 101010 |
Color Harmonies of #C4119A
Complementary color
Monochromatic Colors of #C4119A
Black with #C4119A
Text Example
Text Example
White with #C4119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4119A; }
p { color: rgb(196,17,154); }
H1.HeaderClassName
{
color: #C4119A;
}
.AnyTagClassName
{
color: #C4119A;
}
</style>
background-color css
<style>
a { background-color: #C4119A; }
a { background-color: rgb(196,17,154); }
div.DivClassName
{
background-color: #C4119A;
}
.BgClassName
{
background-color: #C4119A;
}
</style>
border-color css
<style>
span { border-color: #C4119A; }
span { border-color: rgb(196,17,154); }
td.TdClassName
{
border-color: #C4119A;
}
.TagClassName
{
border-color: #C4119A;
}
</style>