Shades of Medium Violet Red #C41373
Tints of Medium Violet Red #C41373
RGB
CMYK
RGB Variations
Color information
#C41373 (or 0xC41373) is known color: Medium Violet Red. HEX triplet: C4, 13 and 73. RGB value is (196,19,115). Sum of RGB (Red+Green+Blue) = 196+19+115=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41373 is #3BEC8C. Grayscale: #525252. Windows color (decimal): -3927181 or 7541700. OLE color: 7541700.
HSL color Cylindrical-coordinate representation of color #C41373: hue angle of 327.46º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41373 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 115 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.23 |
| HSL | 327.46º | 0.82% | 0.42% | - |
| HSV(B) | 327.46º | 0.9% | 0.77% | - |
| XYZ | 26.09 | 13.44 | 17.44 | - |
| YUV | 82.87 | 146.14 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 115 | 0 | 0.90 | 0.41 | 0.23 | 327.46 | 0.82 | 0.42 |
| Hex | C4 | 13 | 73 | 0 | 5A | 29 | 17 | 147 | 52 | 2A |
| Octal | 304 | 23 | 163 | 0 | 132 | 51 | 27 | 507 | 122 | 52 |
| Binary | 11000100 | 10011 | 1110011 | 0 | 1011010 | 101001 | 10111 | 101000111 | 1010010 | 101010 |
Color Harmonies of #C41373
Complementary color
Monochromatic Colors of #C41373
Black with #C41373
Text Example
Text Example
White with #C41373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41373; }
p { color: rgb(196,19,115); }
H1.HeaderClassName
{
color: #C41373;
}
.AnyTagClassName
{
color: #C41373;
}
</style>
background-color css
<style>
a { background-color: #C41373; }
a { background-color: rgb(196,19,115); }
div.DivClassName
{
background-color: #C41373;
}
.BgClassName
{
background-color: #C41373;
}
</style>
border-color css
<style>
span { border-color: #C41373; }
span { border-color: rgb(196,19,115); }
td.TdClassName
{
border-color: #C41373;
}
.TagClassName
{
border-color: #C41373;
}
</style>