Shades of Medium Violet Red #C72476
Tints of Medium Violet Red #C72476
RGB
CMYK
RGB Variations
Color information
#C72476 (or 0xC72476) is known color: Medium Violet Red. HEX triplet: C7, 24 and 76. RGB value is (199,36,118). Sum of RGB (Red+Green+Blue) = 199+36+118=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C72476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72476 is #38DB89. Grayscale: #5D5D5D. Windows color (decimal): -3726218 or 7742663. OLE color: 7742663.
HSL color Cylindrical-coordinate representation of color #C72476: hue angle of 329.82º 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 #C72476 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 118 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.22 |
| HSL | 329.82º | 0.69% | 0.46% | - |
| HSV(B) | 329.82º | 0.82% | 0.78% | - |
| XYZ | 27.45 | 14.71 | 18.53 | - |
| YUV | 94.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 118 | 0 | 0.82 | 0.41 | 0.22 | 329.82 | 0.69 | 0.46 |
| Hex | C7 | 24 | 76 | 0 | 52 | 29 | 16 | 14A | 45 | 2E |
| Octal | 307 | 44 | 166 | 0 | 122 | 51 | 26 | 512 | 105 | 56 |
| Binary | 11000111 | 100100 | 1110110 | 0 | 1010010 | 101001 | 10110 | 101001010 | 1000101 | 101110 |
Color Harmonies of #C72476
Complementary color
Monochromatic Colors of #C72476
Black with #C72476
Text Example
Text Example
White with #C72476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72476; }
p { color: rgb(199,36,118); }
H1.HeaderClassName
{
color: #C72476;
}
.AnyTagClassName
{
color: #C72476;
}
</style>
background-color css
<style>
a { background-color: #C72476; }
a { background-color: rgb(199,36,118); }
div.DivClassName
{
background-color: #C72476;
}
.BgClassName
{
background-color: #C72476;
}
</style>
border-color css
<style>
span { border-color: #C72476; }
span { border-color: rgb(199,36,118); }
td.TdClassName
{
border-color: #C72476;
}
.TagClassName
{
border-color: #C72476;
}
</style>