Shades of Medium Violet Red #C41572
Tints of Medium Violet Red #C41572
RGB
CMYK
RGB Variations
Color information
#C41572 (or 0xC41572) is known color: Medium Violet Red. HEX triplet: C4, 15 and 72. RGB value is (196,21,114). Sum of RGB (Red+Green+Blue) = 196+21+114=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C41572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41572 is #3BEA8D. Grayscale: #535353. Windows color (decimal): -3926670 or 7476676. OLE color: 7476676.
HSL color Cylindrical-coordinate representation of color #C41572: hue angle of 328.11º 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 #C41572 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 21 | 114 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.23 |
| HSL | 328.11º | 0.81% | 0.43% | - |
| HSV(B) | 328.11º | 0.89% | 0.77% | - |
| XYZ | 26.07 | 13.49 | 17.15 | - |
| YUV | 83.93 | 144.98 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 21 | 114 | 0 | 0.89 | 0.42 | 0.23 | 328.11 | 0.81 | 0.43 |
| Hex | C4 | 15 | 72 | 0 | 59 | 2A | 17 | 148 | 51 | 2B |
| Octal | 304 | 25 | 162 | 0 | 131 | 52 | 27 | 510 | 121 | 53 |
| Binary | 11000100 | 10101 | 1110010 | 0 | 1011001 | 101010 | 10111 | 101001000 | 1010001 | 101011 |
Color Harmonies of #C41572
Complementary color
Monochromatic Colors of #C41572
Black with #C41572
Text Example
Text Example
White with #C41572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41572; }
p { color: rgb(196,21,114); }
H1.HeaderClassName
{
color: #C41572;
}
.AnyTagClassName
{
color: #C41572;
}
</style>
background-color css
<style>
a { background-color: #C41572; }
a { background-color: rgb(196,21,114); }
div.DivClassName
{
background-color: #C41572;
}
.BgClassName
{
background-color: #C41572;
}
</style>
border-color css
<style>
span { border-color: #C41572; }
span { border-color: rgb(196,21,114); }
td.TdClassName
{
border-color: #C41572;
}
.TagClassName
{
border-color: #C41572;
}
</style>