Shades of Medium Red Violet #C73798
Tints of Medium Red Violet #C73798
RGB
CMYK
RGB Variations
Color information
#C73798 (or 0xC73798) is known color: Medium Red Violet. HEX triplet: C7, 37 and 98. RGB value is (199,55,152). Sum of RGB (Red+Green+Blue) = 199+55+152=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 55 (21.88% from 255 or 13.55% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C73798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73798 is #38C867. Grayscale: #6C6C6C. Windows color (decimal): -3721320 or 9975751. OLE color: 9975751.
HSL color Cylindrical-coordinate representation of color #C73798: hue angle of 319.58º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C73798 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 152 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.22 |
| HSL | 319.58º | 0.57% | 0.5% | - |
| HSV(B) | 319.58º | 0.72% | 0.78% | - |
| XYZ | 30.59 | 17.14 | 31.4 | - |
| YUV | 109.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 152 | 0 | 0.72 | 0.24 | 0.22 | 319.58 | 0.57 | 0.5 |
| Hex | C7 | 37 | 98 | 0 | 48 | 18 | 16 | 140 | 39 | 32 |
| Octal | 307 | 67 | 230 | 0 | 110 | 30 | 26 | 500 | 71 | 62 |
| Binary | 11000111 | 110111 | 10011000 | 0 | 1001000 | 11000 | 10110 | 101000000 | 111001 | 110010 |
Color Harmonies of #C73798
Complementary color
Monochromatic Colors of #C73798
Black with #C73798
Text Example
Text Example
White with #C73798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73798; }
p { color: rgb(199,55,152); }
H1.HeaderClassName
{
color: #C73798;
}
.AnyTagClassName
{
color: #C73798;
}
</style>
background-color css
<style>
a { background-color: #C73798; }
a { background-color: rgb(199,55,152); }
div.DivClassName
{
background-color: #C73798;
}
.BgClassName
{
background-color: #C73798;
}
</style>
border-color css
<style>
span { border-color: #C73798; }
span { border-color: rgb(199,55,152); }
td.TdClassName
{
border-color: #C73798;
}
.TagClassName
{
border-color: #C73798;
}
</style>