Shades of Medium Violet Red #C41773
Tints of Medium Violet Red #C41773
RGB
CMYK
RGB Variations
Color information
#C41773 (or 0xC41773) is known color: Medium Violet Red. HEX triplet: C4, 17 and 73. RGB value is (196,23,115). Sum of RGB (Red+Green+Blue) = 196+23+115=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41773 is #3BE88C. Grayscale: #555555. Windows color (decimal): -3926157 or 7542724. OLE color: 7542724.
HSL color Cylindrical-coordinate representation of color #C41773: hue angle of 328.09º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41773 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 115 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.23 |
| HSL | 328.09º | 0.79% | 0.43% | - |
| HSV(B) | 328.09º | 0.88% | 0.77% | - |
| XYZ | 26.17 | 13.59 | 17.46 | - |
| YUV | 85.22 | 144.81 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 115 | 0 | 0.88 | 0.41 | 0.23 | 328.09 | 0.79 | 0.43 |
| Hex | C4 | 17 | 73 | 0 | 58 | 29 | 17 | 148 | 4F | 2B |
| Octal | 304 | 27 | 163 | 0 | 130 | 51 | 27 | 510 | 117 | 53 |
| Binary | 11000100 | 10111 | 1110011 | 0 | 1011000 | 101001 | 10111 | 101001000 | 1001111 | 101011 |
Color Harmonies of #C41773
Complementary color
Monochromatic Colors of #C41773
Black with #C41773
Text Example
Text Example
White with #C41773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41773; }
p { color: rgb(196,23,115); }
H1.HeaderClassName
{
color: #C41773;
}
.AnyTagClassName
{
color: #C41773;
}
</style>
background-color css
<style>
a { background-color: #C41773; }
a { background-color: rgb(196,23,115); }
div.DivClassName
{
background-color: #C41773;
}
.BgClassName
{
background-color: #C41773;
}
</style>
border-color css
<style>
span { border-color: #C41773; }
span { border-color: rgb(196,23,115); }
td.TdClassName
{
border-color: #C41773;
}
.TagClassName
{
border-color: #C41773;
}
</style>