Shades of Medium Violet Red #C4139C
Tints of Medium Violet Red #C4139C
RGB
CMYK
RGB Variations
Color information
#C4139C (or 0xC4139C) is known color: Medium Violet Red. HEX triplet: C4, 13 and 9C. RGB value is (196,19,156). Sum of RGB (Red+Green+Blue) = 196+19+156=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4139C is #3BEC63. Grayscale: #575757. Windows color (decimal): -3927140 or 10228676. OLE color: 10228676.
HSL color Cylindrical-coordinate representation of color #C4139C: hue angle of 313.56º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4139C is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 156 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.23 |
| HSL | 313.56º | 0.82% | 0.42% | - |
| HSV(B) | 313.56º | 0.9% | 0.77% | - |
| XYZ | 29 | 14.6 | 32.74 | - |
| YUV | 87.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 156 | 0 | 0.90 | 0.20 | 0.23 | 313.56 | 0.82 | 0.42 |
| Hex | C4 | 13 | 9C | 0 | 5A | 14 | 17 | 13A | 52 | 2A |
| Octal | 304 | 23 | 234 | 0 | 132 | 24 | 27 | 472 | 122 | 52 |
| Binary | 11000100 | 10011 | 10011100 | 0 | 1011010 | 10100 | 10111 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C4139C
Complementary color
Monochromatic Colors of #C4139C
Black with #C4139C
Text Example
Text Example
White with #C4139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4139C; }
p { color: rgb(196,19,156); }
H1.HeaderClassName
{
color: #C4139C;
}
.AnyTagClassName
{
color: #C4139C;
}
</style>
background-color css
<style>
a { background-color: #C4139C; }
a { background-color: rgb(196,19,156); }
div.DivClassName
{
background-color: #C4139C;
}
.BgClassName
{
background-color: #C4139C;
}
</style>
border-color css
<style>
span { border-color: #C4139C; }
span { border-color: rgb(196,19,156); }
td.TdClassName
{
border-color: #C4139C;
}
.TagClassName
{
border-color: #C4139C;
}
</style>