Shades of Medium Violet Red #C4139A
Tints of Medium Violet Red #C4139A
RGB
CMYK
RGB Variations
Color information
#C4139A (or 0xC4139A) is known color: Medium Violet Red. HEX triplet: C4, 13 and 9A. RGB value is (196,19,154). Sum of RGB (Red+Green+Blue) = 196+19+154=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4139A is #3BEC65. Grayscale: #565656. Windows color (decimal): -3927142 or 10097604. OLE color: 10097604.
HSL color Cylindrical-coordinate representation of color #C4139A: hue angle of 314.24º 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 #C4139A is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 154 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.23 |
| HSL | 314.24º | 0.82% | 0.42% | - |
| HSV(B) | 314.24º | 0.9% | 0.77% | - |
| XYZ | 28.83 | 14.53 | 31.86 | - |
| YUV | 87.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 154 | 0 | 0.90 | 0.21 | 0.23 | 314.24 | 0.82 | 0.42 |
| Hex | C4 | 13 | 9A | 0 | 5A | 15 | 17 | 13A | 52 | 2A |
| Octal | 304 | 23 | 232 | 0 | 132 | 25 | 27 | 472 | 122 | 52 |
| Binary | 11000100 | 10011 | 10011010 | 0 | 1011010 | 10101 | 10111 | 100111010 | 1010010 | 101010 |
Color Harmonies of #C4139A
Complementary color
Monochromatic Colors of #C4139A
Black with #C4139A
Text Example
Text Example
White with #C4139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4139A; }
p { color: rgb(196,19,154); }
H1.HeaderClassName
{
color: #C4139A;
}
.AnyTagClassName
{
color: #C4139A;
}
</style>
background-color css
<style>
a { background-color: #C4139A; }
a { background-color: rgb(196,19,154); }
div.DivClassName
{
background-color: #C4139A;
}
.BgClassName
{
background-color: #C4139A;
}
</style>
border-color css
<style>
span { border-color: #C4139A; }
span { border-color: rgb(196,19,154); }
td.TdClassName
{
border-color: #C4139A;
}
.TagClassName
{
border-color: #C4139A;
}
</style>