Shades of Medium Red Violet #C73579
Tints of Medium Red Violet #C73579
RGB
CMYK
RGB Variations
Color information
#C73579 (or 0xC73579) is known color: Medium Red Violet. HEX triplet: C7, 35 and 79. RGB value is (199,53,121). Sum of RGB (Red+Green+Blue) = 199+53+121=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C73579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73579 is #38CA86. Grayscale: #686868. Windows color (decimal): -3721863 or 7943623. OLE color: 7943623.
HSL color Cylindrical-coordinate representation of color #C73579: hue angle of 332.05º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73579 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 121 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.22 |
| HSL | 332.05º | 0.58% | 0.49% | - |
| HSV(B) | 332.05º | 0.73% | 0.78% | - |
| XYZ | 28.28 | 16.07 | 19.7 | - |
| YUV | 104.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 121 | 0 | 0.73 | 0.39 | 0.22 | 332.05 | 0.58 | 0.49 |
| Hex | C7 | 35 | 79 | 0 | 49 | 27 | 16 | 14C | 3A | 31 |
| Octal | 307 | 65 | 171 | 0 | 111 | 47 | 26 | 514 | 72 | 61 |
| Binary | 11000111 | 110101 | 1111001 | 0 | 1001001 | 100111 | 10110 | 101001100 | 111010 | 110001 |
Color Harmonies of #C73579
Complementary color
Monochromatic Colors of #C73579
Black with #C73579
Text Example
Text Example
White with #C73579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73579; }
p { color: rgb(199,53,121); }
H1.HeaderClassName
{
color: #C73579;
}
.AnyTagClassName
{
color: #C73579;
}
</style>
background-color css
<style>
a { background-color: #C73579; }
a { background-color: rgb(199,53,121); }
div.DivClassName
{
background-color: #C73579;
}
.BgClassName
{
background-color: #C73579;
}
</style>
border-color css
<style>
span { border-color: #C73579; }
span { border-color: rgb(199,53,121); }
td.TdClassName
{
border-color: #C73579;
}
.TagClassName
{
border-color: #C73579;
}
</style>