Shades of Medium Violet Red #C41494
Tints of Medium Violet Red #C41494
RGB
CMYK
RGB Variations
Color information
#C41494 (or 0xC41494) is known color: Medium Violet Red. HEX triplet: C4, 14 and 94. RGB value is (196,20,148). Sum of RGB (Red+Green+Blue) = 196+20+148=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C41494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41494 is #3BEB6B. Grayscale: #565656. Windows color (decimal): -3926892 or 9704644. OLE color: 9704644.
HSL color Cylindrical-coordinate representation of color #C41494: hue angle of 316.36º degrees, saturation: 0.81, 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 #C41494 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 148 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.23 |
| HSL | 316.36º | 0.81% | 0.42% | - |
| HSV(B) | 316.36º | 0.9% | 0.77% | - |
| XYZ | 28.36 | 14.37 | 29.3 | - |
| YUV | 87.22 | 162.31 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 148 | 0 | 0.90 | 0.24 | 0.23 | 316.36 | 0.81 | 0.42 |
| Hex | C4 | 14 | 94 | 0 | 5A | 18 | 17 | 13C | 51 | 2A |
| Octal | 304 | 24 | 224 | 0 | 132 | 30 | 27 | 474 | 121 | 52 |
| Binary | 11000100 | 10100 | 10010100 | 0 | 1011010 | 11000 | 10111 | 100111100 | 1010001 | 101010 |
Color Harmonies of #C41494
Complementary color
Monochromatic Colors of #C41494
Black with #C41494
Text Example
Text Example
White with #C41494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41494; }
p { color: rgb(196,20,148); }
H1.HeaderClassName
{
color: #C41494;
}
.AnyTagClassName
{
color: #C41494;
}
</style>
background-color css
<style>
a { background-color: #C41494; }
a { background-color: rgb(196,20,148); }
div.DivClassName
{
background-color: #C41494;
}
.BgClassName
{
background-color: #C41494;
}
</style>
border-color css
<style>
span { border-color: #C41494; }
span { border-color: rgb(196,20,148); }
td.TdClassName
{
border-color: #C41494;
}
.TagClassName
{
border-color: #C41494;
}
</style>