Shades of Medium Red Violet #C73584
Tints of Medium Red Violet #C73584
RGB
CMYK
RGB Variations
Color information
#C73584 (or 0xC73584) is known color: Medium Red Violet. HEX triplet: C7, 35 and 84. RGB value is (199,53,132). Sum of RGB (Red+Green+Blue) = 199+53+132=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C73584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73584 is #38CA7B. Grayscale: #696969. Windows color (decimal): -3721852 or 8664519. OLE color: 8664519.
HSL color Cylindrical-coordinate representation of color #C73584: hue angle of 327.53º 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 #C73584 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 132 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.22 |
| HSL | 327.53º | 0.58% | 0.49% | - |
| HSV(B) | 327.53º | 0.73% | 0.78% | - |
| XYZ | 28.99 | 16.35 | 23.46 | - |
| YUV | 105.66 | 142.87 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 132 | 0 | 0.73 | 0.34 | 0.22 | 327.53 | 0.58 | 0.49 |
| Hex | C7 | 35 | 84 | 0 | 49 | 22 | 16 | 148 | 3A | 31 |
| Octal | 307 | 65 | 204 | 0 | 111 | 42 | 26 | 510 | 72 | 61 |
| Binary | 11000111 | 110101 | 10000100 | 0 | 1001001 | 100010 | 10110 | 101001000 | 111010 | 110001 |
Color Harmonies of #C73584
Complementary color
Monochromatic Colors of #C73584
Black with #C73584
Text Example
Text Example
White with #C73584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73584; }
p { color: rgb(199,53,132); }
H1.HeaderClassName
{
color: #C73584;
}
.AnyTagClassName
{
color: #C73584;
}
</style>
background-color css
<style>
a { background-color: #C73584; }
a { background-color: rgb(199,53,132); }
div.DivClassName
{
background-color: #C73584;
}
.BgClassName
{
background-color: #C73584;
}
</style>
border-color css
<style>
span { border-color: #C73584; }
span { border-color: rgb(199,53,132); }
td.TdClassName
{
border-color: #C73584;
}
.TagClassName
{
border-color: #C73584;
}
</style>