Shades of Medium Red Violet #C73B8E
Tints of Medium Red Violet #C73B8E
RGB
CMYK
RGB Variations
Color information
#C73B8E (or 0xC73B8E) is known color: Medium Red Violet. HEX triplet: C7, 3B and 8E. RGB value is (199,59,142). Sum of RGB (Red+Green+Blue) = 199+59+142=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73B8E is #38C471. Grayscale: #6E6E6E. Windows color (decimal): -3720306 or 9321415. OLE color: 9321415.
HSL color Cylindrical-coordinate representation of color #C73B8E: hue angle of 324.43º 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 #C73B8E is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 142 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.22 |
| HSL | 324.43º | 0.56% | 0.51% | - |
| HSV(B) | 324.43º | 0.7% | 0.78% | - |
| XYZ | 30 | 17.22 | 27.33 | - |
| YUV | 110.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 142 | 0 | 0.70 | 0.29 | 0.22 | 324.43 | 0.56 | 0.51 |
| Hex | C7 | 3B | 8E | 0 | 46 | 1D | 16 | 144 | 38 | 33 |
| Octal | 307 | 73 | 216 | 0 | 106 | 35 | 26 | 504 | 70 | 63 |
| Binary | 11000111 | 111011 | 10001110 | 0 | 1000110 | 11101 | 10110 | 101000100 | 111000 | 110011 |
Color Harmonies of #C73B8E
Complementary color
Monochromatic Colors of #C73B8E
Black with #C73B8E
Text Example
Text Example
White with #C73B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B8E; }
p { color: rgb(199,59,142); }
H1.HeaderClassName
{
color: #C73B8E;
}
.AnyTagClassName
{
color: #C73B8E;
}
</style>
background-color css
<style>
a { background-color: #C73B8E; }
a { background-color: rgb(199,59,142); }
div.DivClassName
{
background-color: #C73B8E;
}
.BgClassName
{
background-color: #C73B8E;
}
</style>
border-color css
<style>
span { border-color: #C73B8E; }
span { border-color: rgb(199,59,142); }
td.TdClassName
{
border-color: #C73B8E;
}
.TagClassName
{
border-color: #C73B8E;
}
</style>