Shades of Medium Red Violet #C73486
Tints of Medium Red Violet #C73486
RGB
CMYK
RGB Variations
Color information
#C73486 (or 0xC73486) is known color: Medium Red Violet. HEX triplet: C7, 34 and 86. RGB value is (199,52,134). Sum of RGB (Red+Green+Blue) = 199+52+134=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C73486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73486 is #38CB79. Grayscale: #696969. Windows color (decimal): -3722106 or 8795335. OLE color: 8795335.
HSL color Cylindrical-coordinate representation of color #C73486: hue angle of 326.53º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73486 is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 134 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.22 |
| HSL | 326.53º | 0.59% | 0.49% | - |
| HSV(B) | 326.53º | 0.74% | 0.78% | - |
| XYZ | 29.08 | 16.32 | 24.17 | - |
| YUV | 105.3 | 144.2 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 134 | 0 | 0.74 | 0.33 | 0.22 | 326.53 | 0.59 | 0.49 |
| Hex | C7 | 34 | 86 | 0 | 4A | 21 | 16 | 147 | 3B | 31 |
| Octal | 307 | 64 | 206 | 0 | 112 | 41 | 26 | 507 | 73 | 61 |
| Binary | 11000111 | 110100 | 10000110 | 0 | 1001010 | 100001 | 10110 | 101000111 | 111011 | 110001 |
Color Harmonies of #C73486
Complementary color
Monochromatic Colors of #C73486
Black with #C73486
Text Example
Text Example
White with #C73486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73486; }
p { color: rgb(199,52,134); }
H1.HeaderClassName
{
color: #C73486;
}
.AnyTagClassName
{
color: #C73486;
}
</style>
background-color css
<style>
a { background-color: #C73486; }
a { background-color: rgb(199,52,134); }
div.DivClassName
{
background-color: #C73486;
}
.BgClassName
{
background-color: #C73486;
}
</style>
border-color css
<style>
span { border-color: #C73486; }
span { border-color: rgb(199,52,134); }
td.TdClassName
{
border-color: #C73486;
}
.TagClassName
{
border-color: #C73486;
}
</style>