Shades of Medium Violet Red #C72373
Tints of Medium Violet Red #C72373
RGB
CMYK
RGB Variations
Color information
#C72373 (or 0xC72373) is known color: Medium Violet Red. HEX triplet: C7, 23 and 73. RGB value is (199,35,115). Sum of RGB (Red+Green+Blue) = 199+35+115=349 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.02% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 199 - color contains mainly: red. Hex color #C72373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72373 is #38DC8C. Grayscale: #5D5D5D. Windows color (decimal): -3726477 or 7545799. OLE color: 7545799.
HSL color Cylindrical-coordinate representation of color #C72373: hue angle of 330.73º degrees, saturation: 0.7, 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 #C72373 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 115 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.22 |
| HSL | 330.73º | 0.7% | 0.46% | - |
| HSV(B) | 330.73º | 0.82% | 0.78% | - |
| XYZ | 27.25 | 14.58 | 17.6 | - |
| YUV | 93.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 115 | 0 | 0.82 | 0.42 | 0.22 | 330.73 | 0.7 | 0.46 |
| Hex | C7 | 23 | 73 | 0 | 52 | 2A | 16 | 14B | 46 | 2E |
| Octal | 307 | 43 | 163 | 0 | 122 | 52 | 26 | 513 | 106 | 56 |
| Binary | 11000111 | 100011 | 1110011 | 0 | 1010010 | 101010 | 10110 | 101001011 | 1000110 | 101110 |
Color Harmonies of #C72373
Complementary color
Monochromatic Colors of #C72373
Black with #C72373
Text Example
Text Example
White with #C72373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72373; }
p { color: rgb(199,35,115); }
H1.HeaderClassName
{
color: #C72373;
}
.AnyTagClassName
{
color: #C72373;
}
</style>
background-color css
<style>
a { background-color: #C72373; }
a { background-color: rgb(199,35,115); }
div.DivClassName
{
background-color: #C72373;
}
.BgClassName
{
background-color: #C72373;
}
</style>
border-color css
<style>
span { border-color: #C72373; }
span { border-color: rgb(199,35,115); }
td.TdClassName
{
border-color: #C72373;
}
.TagClassName
{
border-color: #C72373;
}
</style>