Shades of Medium Red Violet #C73685
Tints of Medium Red Violet #C73685
RGB
CMYK
RGB Variations
Color information
#C73685 (or 0xC73685) is known color: Medium Red Violet. HEX triplet: C7, 36 and 85. RGB value is (199,54,133). Sum of RGB (Red+Green+Blue) = 199+54+133=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C73685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73685 is #38C97A. Grayscale: #6A6A6A. Windows color (decimal): -3721595 or 8730311. OLE color: 8730311.
HSL color Cylindrical-coordinate representation of color #C73685: hue angle of 327.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73685 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 133 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.22 |
| HSL | 327.31º | 0.57% | 0.5% | - |
| HSV(B) | 327.31º | 0.73% | 0.78% | - |
| XYZ | 29.11 | 16.47 | 23.84 | - |
| YUV | 106.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 133 | 0 | 0.73 | 0.33 | 0.22 | 327.31 | 0.57 | 0.5 |
| Hex | C7 | 36 | 85 | 0 | 49 | 21 | 16 | 147 | 39 | 32 |
| Octal | 307 | 66 | 205 | 0 | 111 | 41 | 26 | 507 | 71 | 62 |
| Binary | 11000111 | 110110 | 10000101 | 0 | 1001001 | 100001 | 10110 | 101000111 | 111001 | 110010 |
Color Harmonies of #C73685
Complementary color
Monochromatic Colors of #C73685
Black with #C73685
Text Example
Text Example
White with #C73685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73685; }
p { color: rgb(199,54,133); }
H1.HeaderClassName
{
color: #C73685;
}
.AnyTagClassName
{
color: #C73685;
}
</style>
background-color css
<style>
a { background-color: #C73685; }
a { background-color: rgb(199,54,133); }
div.DivClassName
{
background-color: #C73685;
}
.BgClassName
{
background-color: #C73685;
}
</style>
border-color css
<style>
span { border-color: #C73685; }
span { border-color: rgb(199,54,133); }
td.TdClassName
{
border-color: #C73685;
}
.TagClassName
{
border-color: #C73685;
}
</style>