Shades of Medium Violet Red #C41491
Tints of Medium Violet Red #C41491
RGB
CMYK
RGB Variations
Color information
#C41491 (or 0xC41491) is known color: Medium Violet Red. HEX triplet: C4, 14 and 91. RGB value is (196,20,145). Sum of RGB (Red+Green+Blue) = 196+20+145=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41491 is #3BEB6E. Grayscale: #565656. Windows color (decimal): -3926895 or 9508036. OLE color: 9508036.
HSL color Cylindrical-coordinate representation of color #C41491: hue angle of 317.39º 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 #C41491 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 145 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.23 |
| HSL | 317.39º | 0.81% | 0.42% | - |
| HSV(B) | 317.39º | 0.9% | 0.77% | - |
| XYZ | 28.13 | 14.28 | 28.06 | - |
| YUV | 86.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 145 | 0 | 0.90 | 0.26 | 0.23 | 317.39 | 0.81 | 0.42 |
| Hex | C4 | 14 | 91 | 0 | 5A | 1A | 17 | 13D | 51 | 2A |
| Octal | 304 | 24 | 221 | 0 | 132 | 32 | 27 | 475 | 121 | 52 |
| Binary | 11000100 | 10100 | 10010001 | 0 | 1011010 | 11010 | 10111 | 100111101 | 1010001 | 101010 |
Color Harmonies of #C41491
Complementary color
Monochromatic Colors of #C41491
Black with #C41491
Text Example
Text Example
White with #C41491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41491; }
p { color: rgb(196,20,145); }
H1.HeaderClassName
{
color: #C41491;
}
.AnyTagClassName
{
color: #C41491;
}
</style>
background-color css
<style>
a { background-color: #C41491; }
a { background-color: rgb(196,20,145); }
div.DivClassName
{
background-color: #C41491;
}
.BgClassName
{
background-color: #C41491;
}
</style>
border-color css
<style>
span { border-color: #C41491; }
span { border-color: rgb(196,20,145); }
td.TdClassName
{
border-color: #C41491;
}
.TagClassName
{
border-color: #C41491;
}
</style>