Shades of Medium Red Violet #C73B7C
Tints of Medium Red Violet #C73B7C
RGB
CMYK
RGB Variations
Color information
#C73B7C (or 0xC73B7C) is known color: Medium Red Violet. HEX triplet: C7, 3B and 7C. RGB value is (199,59,124). Sum of RGB (Red+Green+Blue) = 199+59+124=382 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.09% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B7C is #38C483. Grayscale: #6C6C6C. Windows color (decimal): -3720324 or 8141767. OLE color: 8141767.
HSL color Cylindrical-coordinate representation of color #C73B7C: hue angle of 332.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B7C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 124 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.22 |
| HSL | 332.14º | 0.56% | 0.51% | - |
| HSV(B) | 332.14º | 0.7% | 0.78% | - |
| XYZ | 28.76 | 16.73 | 20.78 | - |
| YUV | 108.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 124 | 0 | 0.70 | 0.38 | 0.22 | 332.14 | 0.56 | 0.51 |
| Hex | C7 | 3B | 7C | 0 | 46 | 26 | 16 | 14C | 38 | 33 |
| Octal | 307 | 73 | 174 | 0 | 106 | 46 | 26 | 514 | 70 | 63 |
| Binary | 11000111 | 111011 | 1111100 | 0 | 1000110 | 100110 | 10110 | 101001100 | 111000 | 110011 |
Color Harmonies of #C73B7C
Complementary color
Monochromatic Colors of #C73B7C
Black with #C73B7C
Text Example
Text Example
White with #C73B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B7C; }
p { color: rgb(199,59,124); }
H1.HeaderClassName
{
color: #C73B7C;
}
.AnyTagClassName
{
color: #C73B7C;
}
</style>
background-color css
<style>
a { background-color: #C73B7C; }
a { background-color: rgb(199,59,124); }
div.DivClassName
{
background-color: #C73B7C;
}
.BgClassName
{
background-color: #C73B7C;
}
</style>
border-color css
<style>
span { border-color: #C73B7C; }
span { border-color: rgb(199,59,124); }
td.TdClassName
{
border-color: #C73B7C;
}
.TagClassName
{
border-color: #C73B7C;
}
</style>