Shades of Medium Violet Red #C41577
Tints of Medium Violet Red #C41577
RGB
CMYK
RGB Variations
Color information
#C41577 (or 0xC41577) is known color: Medium Violet Red. HEX triplet: C4, 15 and 77. RGB value is (196,21,119). Sum of RGB (Red+Green+Blue) = 196+21+119=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C41577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41577 is #3BEA88. Grayscale: #545454. Windows color (decimal): -3926665 or 7804356. OLE color: 7804356.
HSL color Cylindrical-coordinate representation of color #C41577: hue angle of 326.4º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41577 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 119 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.23 |
| HSL | 326.4º | 0.81% | 0.43% | - |
| HSV(B) | 326.4º | 0.89% | 0.77% | - |
| XYZ | 26.36 | 13.6 | 18.69 | - |
| YUV | 84.5 | 147.48 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 119 | 0 | 0.89 | 0.39 | 0.23 | 326.4 | 0.81 | 0.43 |
| Hex | C4 | 15 | 77 | 0 | 59 | 27 | 17 | 146 | 51 | 2B |
| Octal | 304 | 25 | 167 | 0 | 131 | 47 | 27 | 506 | 121 | 53 |
| Binary | 11000100 | 10101 | 1110111 | 0 | 1011001 | 100111 | 10111 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C41577
Complementary color
Monochromatic Colors of #C41577
Black with #C41577
Text Example
Text Example
White with #C41577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41577; }
p { color: rgb(196,21,119); }
H1.HeaderClassName
{
color: #C41577;
}
.AnyTagClassName
{
color: #C41577;
}
</style>
background-color css
<style>
a { background-color: #C41577; }
a { background-color: rgb(196,21,119); }
div.DivClassName
{
background-color: #C41577;
}
.BgClassName
{
background-color: #C41577;
}
</style>
border-color css
<style>
span { border-color: #C41577; }
span { border-color: rgb(196,21,119); }
td.TdClassName
{
border-color: #C41577;
}
.TagClassName
{
border-color: #C41577;
}
</style>