Shades of Medium Violet Red #C4119D
Tints of Medium Violet Red #C4119D
RGB
CMYK
RGB Variations
Color information
#C4119D (or 0xC4119D) is known color: Medium Violet Red. HEX triplet: C4, 11 and 9D. RGB value is (196,17,157). Sum of RGB (Red+Green+Blue) = 196+17+157=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4119D is #3BEE62. Grayscale: #565656. Windows color (decimal): -3927651 or 10293700. OLE color: 10293700.
HSL color Cylindrical-coordinate representation of color #C4119D: hue angle of 313.07º 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 #C4119D is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 157 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.23 |
| HSL | 313.07º | 0.84% | 0.42% | - |
| HSV(B) | 313.07º | 0.91% | 0.77% | - |
| XYZ | 29.05 | 14.57 | 33.18 | - |
| YUV | 86.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 157 | 0 | 0.91 | 0.20 | 0.23 | 313.07 | 0.84 | 0.42 |
| Hex | C4 | 11 | 9D | 0 | 5B | 14 | 17 | 139 | 54 | 2A |
| Octal | 304 | 21 | 235 | 0 | 133 | 24 | 27 | 471 | 124 | 52 |
| Binary | 11000100 | 10001 | 10011101 | 0 | 1011011 | 10100 | 10111 | 100111001 | 1010100 | 101010 |
Color Harmonies of #C4119D
Complementary color
Monochromatic Colors of #C4119D
Black with #C4119D
Text Example
Text Example
White with #C4119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4119D; }
p { color: rgb(196,17,157); }
H1.HeaderClassName
{
color: #C4119D;
}
.AnyTagClassName
{
color: #C4119D;
}
</style>
background-color css
<style>
a { background-color: #C4119D; }
a { background-color: rgb(196,17,157); }
div.DivClassName
{
background-color: #C4119D;
}
.BgClassName
{
background-color: #C4119D;
}
</style>
border-color css
<style>
span { border-color: #C4119D; }
span { border-color: rgb(196,17,157); }
td.TdClassName
{
border-color: #C4119D;
}
.TagClassName
{
border-color: #C4119D;
}
</style>