Shades of Medium Violet Red #C41973
Tints of Medium Violet Red #C41973
RGB
CMYK
RGB Variations
Color information
#C41973 (or 0xC41973) is known color: Medium Violet Red. HEX triplet: C4, 19 and 73. RGB value is (196,25,115). Sum of RGB (Red+Green+Blue) = 196+25+115=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C41973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41973 is #3BE68C. Grayscale: #565656. Windows color (decimal): -3925645 or 7543236. OLE color: 7543236.
HSL color Cylindrical-coordinate representation of color #C41973: hue angle of 328.42º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41973 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 25 | 115 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.23 |
| HSL | 328.42º | 0.77% | 0.43% | - |
| HSV(B) | 328.42º | 0.87% | 0.77% | - |
| XYZ | 26.21 | 13.67 | 17.48 | - |
| YUV | 86.39 | 144.15 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 115 | 0 | 0.87 | 0.41 | 0.23 | 328.42 | 0.77 | 0.43 |
| Hex | C4 | 19 | 73 | 0 | 57 | 29 | 17 | 148 | 4D | 2B |
| Octal | 304 | 31 | 163 | 0 | 127 | 51 | 27 | 510 | 115 | 53 |
| Binary | 11000100 | 11001 | 1110011 | 0 | 1010111 | 101001 | 10111 | 101001000 | 1001101 | 101011 |
Color Harmonies of #C41973
Complementary color
Monochromatic Colors of #C41973
Black with #C41973
Text Example
Text Example
White with #C41973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41973; }
p { color: rgb(196,25,115); }
H1.HeaderClassName
{
color: #C41973;
}
.AnyTagClassName
{
color: #C41973;
}
</style>
background-color css
<style>
a { background-color: #C41973; }
a { background-color: rgb(196,25,115); }
div.DivClassName
{
background-color: #C41973;
}
.BgClassName
{
background-color: #C41973;
}
</style>
border-color css
<style>
span { border-color: #C41973; }
span { border-color: rgb(196,25,115); }
td.TdClassName
{
border-color: #C41973;
}
.TagClassName
{
border-color: #C41973;
}
</style>