Shades of Medium Violet Red #C72575
Tints of Medium Violet Red #C72575
RGB
CMYK
RGB Variations
Color information
#C72575 (or 0xC72575) is known color: Medium Violet Red. HEX triplet: C7, 25 and 75. RGB value is (199,37,117). Sum of RGB (Red+Green+Blue) = 199+37+117=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C72575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72575 is #38DA8A. Grayscale: #5E5E5E. Windows color (decimal): -3725963 or 7677383. OLE color: 7677383.
HSL color Cylindrical-coordinate representation of color #C72575: hue angle of 330.37º 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 #C72575 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 117 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.22 |
| HSL | 330.37º | 0.69% | 0.46% | - |
| HSV(B) | 330.37º | 0.81% | 0.78% | - |
| XYZ | 27.43 | 14.75 | 18.23 | - |
| YUV | 94.56 | 140.67 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 117 | 0 | 0.81 | 0.41 | 0.22 | 330.37 | 0.69 | 0.46 |
| Hex | C7 | 25 | 75 | 0 | 51 | 29 | 16 | 14A | 45 | 2E |
| Octal | 307 | 45 | 165 | 0 | 121 | 51 | 26 | 512 | 105 | 56 |
| Binary | 11000111 | 100101 | 1110101 | 0 | 1010001 | 101001 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C72575
Complementary color
Monochromatic Colors of #C72575
Black with #C72575
Text Example
Text Example
White with #C72575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72575; }
p { color: rgb(199,37,117); }
H1.HeaderClassName
{
color: #C72575;
}
.AnyTagClassName
{
color: #C72575;
}
</style>
background-color css
<style>
a { background-color: #C72575; }
a { background-color: rgb(199,37,117); }
div.DivClassName
{
background-color: #C72575;
}
.BgClassName
{
background-color: #C72575;
}
</style>
border-color css
<style>
span { border-color: #C72575; }
span { border-color: rgb(199,37,117); }
td.TdClassName
{
border-color: #C72575;
}
.TagClassName
{
border-color: #C72575;
}
</style>