Shades of Medium Red Violet #C73595
Tints of Medium Red Violet #C73595
RGB
CMYK
RGB Variations
Color information
#C73595 (or 0xC73595) is known color: Medium Red Violet. HEX triplet: C7, 35 and 95. RGB value is (199,53,149). Sum of RGB (Red+Green+Blue) = 199+53+149=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C73595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73595 is #38CA6A. Grayscale: #6B6B6B. Windows color (decimal): -3721835 or 9778631. OLE color: 9778631.
HSL color Cylindrical-coordinate representation of color #C73595: hue angle of 320.55º 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 #C73595 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 149 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.22 |
| HSL | 320.55º | 0.58% | 0.49% | - |
| HSV(B) | 320.55º | 0.73% | 0.78% | - |
| XYZ | 30.25 | 16.86 | 30.09 | - |
| YUV | 107.6 | 151.37 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 149 | 0 | 0.73 | 0.25 | 0.22 | 320.55 | 0.58 | 0.49 |
| Hex | C7 | 35 | 95 | 0 | 49 | 19 | 16 | 141 | 3A | 31 |
| Octal | 307 | 65 | 225 | 0 | 111 | 31 | 26 | 501 | 72 | 61 |
| Binary | 11000111 | 110101 | 10010101 | 0 | 1001001 | 11001 | 10110 | 101000001 | 111010 | 110001 |
Color Harmonies of #C73595
Complementary color
Monochromatic Colors of #C73595
Black with #C73595
Text Example
Text Example
White with #C73595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73595; }
p { color: rgb(199,53,149); }
H1.HeaderClassName
{
color: #C73595;
}
.AnyTagClassName
{
color: #C73595;
}
</style>
background-color css
<style>
a { background-color: #C73595; }
a { background-color: rgb(199,53,149); }
div.DivClassName
{
background-color: #C73595;
}
.BgClassName
{
background-color: #C73595;
}
</style>
border-color css
<style>
span { border-color: #C73595; }
span { border-color: rgb(199,53,149); }
td.TdClassName
{
border-color: #C73595;
}
.TagClassName
{
border-color: #C73595;
}
</style>