Shades of Medium Violet Red #C72275
Tints of Medium Violet Red #C72275
RGB
CMYK
RGB Variations
Color information
#C72275 (or 0xC72275) is known color: Medium Violet Red. HEX triplet: C7, 22 and 75. RGB value is (199,34,117). Sum of RGB (Red+Green+Blue) = 199+34+117=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C72275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72275 is #38DD8A. Grayscale: #5C5C5C. Windows color (decimal): -3726731 or 7676615. OLE color: 7676615.
HSL color Cylindrical-coordinate representation of color #C72275: hue angle of 329.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72275 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 34 | 117 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.22 |
| HSL | 329.82º | 0.71% | 0.46% | - |
| HSV(B) | 329.82º | 0.83% | 0.78% | - |
| XYZ | 27.34 | 14.57 | 18.2 | - |
| YUV | 92.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 117 | 0 | 0.83 | 0.41 | 0.22 | 329.82 | 0.71 | 0.46 |
| Hex | C7 | 22 | 75 | 0 | 53 | 29 | 16 | 14A | 47 | 2E |
| Octal | 307 | 42 | 165 | 0 | 123 | 51 | 26 | 512 | 107 | 56 |
| Binary | 11000111 | 100010 | 1110101 | 0 | 1010011 | 101001 | 10110 | 101001010 | 1000111 | 101110 |
Color Harmonies of #C72275
Complementary color
Monochromatic Colors of #C72275
Black with #C72275
Text Example
Text Example
White with #C72275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72275; }
p { color: rgb(199,34,117); }
H1.HeaderClassName
{
color: #C72275;
}
.AnyTagClassName
{
color: #C72275;
}
</style>
background-color css
<style>
a { background-color: #C72275; }
a { background-color: rgb(199,34,117); }
div.DivClassName
{
background-color: #C72275;
}
.BgClassName
{
background-color: #C72275;
}
</style>
border-color css
<style>
span { border-color: #C72275; }
span { border-color: rgb(199,34,117); }
td.TdClassName
{
border-color: #C72275;
}
.TagClassName
{
border-color: #C72275;
}
</style>