Shades of Medium Violet Red #C72573
Tints of Medium Violet Red #C72573
RGB
CMYK
RGB Variations
Color information
#C72573 (or 0xC72573) is known color: Medium Violet Red. HEX triplet: C7, 25 and 73. RGB value is (199,37,115). Sum of RGB (Red+Green+Blue) = 199+37+115=351 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.70% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 199 - color contains mainly: red. Hex color #C72573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72573 is #38DA8C. Grayscale: #5E5E5E. Windows color (decimal): -3725965 or 7546311. OLE color: 7546311.
HSL color Cylindrical-coordinate representation of color #C72573: hue angle of 331.11º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72573 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 115 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.22 |
| HSL | 331.11º | 0.69% | 0.46% | - |
| HSV(B) | 331.11º | 0.81% | 0.78% | - |
| XYZ | 27.31 | 14.7 | 17.62 | - |
| YUV | 94.33 | 139.67 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 115 | 0 | 0.81 | 0.42 | 0.22 | 331.11 | 0.69 | 0.46 |
| Hex | C7 | 25 | 73 | 0 | 51 | 2A | 16 | 14B | 45 | 2E |
| Octal | 307 | 45 | 163 | 0 | 121 | 52 | 26 | 513 | 105 | 56 |
| Binary | 11000111 | 100101 | 1110011 | 0 | 1010001 | 101010 | 10110 | 101001011 | 1000101 | 101110 |
Color Harmonies of #C72573
Complementary color
Monochromatic Colors of #C72573
Black with #C72573
Text Example
Text Example
White with #C72573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72573; }
p { color: rgb(199,37,115); }
H1.HeaderClassName
{
color: #C72573;
}
.AnyTagClassName
{
color: #C72573;
}
</style>
background-color css
<style>
a { background-color: #C72573; }
a { background-color: rgb(199,37,115); }
div.DivClassName
{
background-color: #C72573;
}
.BgClassName
{
background-color: #C72573;
}
</style>
border-color css
<style>
span { border-color: #C72573; }
span { border-color: rgb(199,37,115); }
td.TdClassName
{
border-color: #C72573;
}
.TagClassName
{
border-color: #C72573;
}
</style>