Shades of Medium Violet Red #C41578
Tints of Medium Violet Red #C41578
RGB
CMYK
RGB Variations
Color information
#C41578 (or 0xC41578) is known color: Medium Violet Red. HEX triplet: C4, 15 and 78. RGB value is (196,21,120). Sum of RGB (Red+Green+Blue) = 196+21+120=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C41578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41578 is #3BEA87. Grayscale: #545454. Windows color (decimal): -3926664 or 7869892. OLE color: 7869892.
HSL color Cylindrical-coordinate representation of color #C41578: hue angle of 326.06º 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 #C41578 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 120 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.23 |
| HSL | 326.06º | 0.81% | 0.43% | - |
| HSV(B) | 326.06º | 0.89% | 0.77% | - |
| XYZ | 26.42 | 13.63 | 19.01 | - |
| YUV | 84.61 | 147.98 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 120 | 0 | 0.89 | 0.39 | 0.23 | 326.06 | 0.81 | 0.43 |
| Hex | C4 | 15 | 78 | 0 | 59 | 27 | 17 | 146 | 51 | 2B |
| Octal | 304 | 25 | 170 | 0 | 131 | 47 | 27 | 506 | 121 | 53 |
| Binary | 11000100 | 10101 | 1111000 | 0 | 1011001 | 100111 | 10111 | 101000110 | 1010001 | 101011 |
Color Harmonies of #C41578
Complementary color
Monochromatic Colors of #C41578
Black with #C41578
Text Example
Text Example
White with #C41578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41578; }
p { color: rgb(196,21,120); }
H1.HeaderClassName
{
color: #C41578;
}
.AnyTagClassName
{
color: #C41578;
}
</style>
background-color css
<style>
a { background-color: #C41578; }
a { background-color: rgb(196,21,120); }
div.DivClassName
{
background-color: #C41578;
}
.BgClassName
{
background-color: #C41578;
}
</style>
border-color css
<style>
span { border-color: #C41578; }
span { border-color: rgb(196,21,120); }
td.TdClassName
{
border-color: #C41578;
}
.TagClassName
{
border-color: #C41578;
}
</style>