Shades of Medium Violet Red #C72473
Tints of Medium Violet Red #C72473
RGB
CMYK
RGB Variations
Color information
#C72473 (or 0xC72473) is known color: Medium Violet Red. HEX triplet: C7, 24 and 73. RGB value is (199,36,115). Sum of RGB (Red+Green+Blue) = 199+36+115=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C72473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72473 is #38DB8C. Grayscale: #5D5D5D. Windows color (decimal): -3726221 or 7546055. OLE color: 7546055.
HSL color Cylindrical-coordinate representation of color #C72473: hue angle of 330.92º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72473 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 115 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.22 |
| HSL | 330.92º | 0.69% | 0.46% | - |
| HSV(B) | 330.92º | 0.82% | 0.78% | - |
| XYZ | 27.28 | 14.64 | 17.61 | - |
| YUV | 93.74 | 140 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 115 | 0 | 0.82 | 0.42 | 0.22 | 330.92 | 0.69 | 0.46 |
| Hex | C7 | 24 | 73 | 0 | 52 | 2A | 16 | 14B | 45 | 2E |
| Octal | 307 | 44 | 163 | 0 | 122 | 52 | 26 | 513 | 105 | 56 |
| Binary | 11000111 | 100100 | 1110011 | 0 | 1010010 | 101010 | 10110 | 101001011 | 1000101 | 101110 |
Color Harmonies of #C72473
Complementary color
Monochromatic Colors of #C72473
Black with #C72473
Text Example
Text Example
White with #C72473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72473; }
p { color: rgb(199,36,115); }
H1.HeaderClassName
{
color: #C72473;
}
.AnyTagClassName
{
color: #C72473;
}
</style>
background-color css
<style>
a { background-color: #C72473; }
a { background-color: rgb(199,36,115); }
div.DivClassName
{
background-color: #C72473;
}
.BgClassName
{
background-color: #C72473;
}
</style>
border-color css
<style>
span { border-color: #C72473; }
span { border-color: rgb(199,36,115); }
td.TdClassName
{
border-color: #C72473;
}
.TagClassName
{
border-color: #C72473;
}
</style>