Shades of Medium Red Violet #C73B8C
Tints of Medium Red Violet #C73B8C
RGB
CMYK
RGB Variations
Color information
#C73B8C (or 0xC73B8C) is known color: Medium Red Violet. HEX triplet: C7, 3B and 8C. RGB value is (199,59,140). Sum of RGB (Red+Green+Blue) = 199+59+140=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73B8C is #38C473. Grayscale: #6D6D6D. Windows color (decimal): -3720308 or 9190343. OLE color: 9190343.
HSL color Cylindrical-coordinate representation of color #C73B8C: hue angle of 325.29º 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 #C73B8C is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 140 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.22 |
| HSL | 325.29º | 0.56% | 0.51% | - |
| HSV(B) | 325.29º | 0.7% | 0.78% | - |
| XYZ | 29.85 | 17.16 | 26.55 | - |
| YUV | 110.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 140 | 0 | 0.70 | 0.30 | 0.22 | 325.29 | 0.56 | 0.51 |
| Hex | C7 | 3B | 8C | 0 | 46 | 1E | 16 | 145 | 38 | 33 |
| Octal | 307 | 73 | 214 | 0 | 106 | 36 | 26 | 505 | 70 | 63 |
| Binary | 11000111 | 111011 | 10001100 | 0 | 1000110 | 11110 | 10110 | 101000101 | 111000 | 110011 |
Color Harmonies of #C73B8C
Complementary color
Monochromatic Colors of #C73B8C
Black with #C73B8C
Text Example
Text Example
White with #C73B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B8C; }
p { color: rgb(199,59,140); }
H1.HeaderClassName
{
color: #C73B8C;
}
.AnyTagClassName
{
color: #C73B8C;
}
</style>
background-color css
<style>
a { background-color: #C73B8C; }
a { background-color: rgb(199,59,140); }
div.DivClassName
{
background-color: #C73B8C;
}
.BgClassName
{
background-color: #C73B8C;
}
</style>
border-color css
<style>
span { border-color: #C73B8C; }
span { border-color: rgb(199,59,140); }
td.TdClassName
{
border-color: #C73B8C;
}
.TagClassName
{
border-color: #C73B8C;
}
</style>