Shades of Medium Violet Red #C72470
Tints of Medium Violet Red #C72470
RGB
CMYK
RGB Variations
Color information
#C72470 (or 0xC72470) is known color: Medium Violet Red. HEX triplet: C7, 24 and 70. RGB value is (199,36,112). Sum of RGB (Red+Green+Blue) = 199+36+112=347 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.35% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 199 - color contains mainly: red. Hex color #C72470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72470 is #38DB8F. Grayscale: #5D5D5D. Windows color (decimal): -3726224 or 7349447. OLE color: 7349447.
HSL color Cylindrical-coordinate representation of color #C72470: hue angle of 332.02º 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 #C72470 is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 112 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.22 |
| HSL | 332.02º | 0.69% | 0.46% | - |
| HSV(B) | 332.02º | 0.82% | 0.78% | - |
| XYZ | 27.11 | 14.57 | 16.71 | - |
| YUV | 93.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 112 | 0 | 0.82 | 0.44 | 0.22 | 332.02 | 0.69 | 0.46 |
| Hex | C7 | 24 | 70 | 0 | 52 | 2C | 16 | 14C | 45 | 2E |
| Octal | 307 | 44 | 160 | 0 | 122 | 54 | 26 | 514 | 105 | 56 |
| Binary | 11000111 | 100100 | 1110000 | 0 | 1010010 | 101100 | 10110 | 101001100 | 1000101 | 101110 |
Color Harmonies of #C72470
Complementary color
Monochromatic Colors of #C72470
Black with #C72470
Text Example
Text Example
White with #C72470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72470; }
p { color: rgb(199,36,112); }
H1.HeaderClassName
{
color: #C72470;
}
.AnyTagClassName
{
color: #C72470;
}
</style>
background-color css
<style>
a { background-color: #C72470; }
a { background-color: rgb(199,36,112); }
div.DivClassName
{
background-color: #C72470;
}
.BgClassName
{
background-color: #C72470;
}
</style>
border-color css
<style>
span { border-color: #C72470; }
span { border-color: rgb(199,36,112); }
td.TdClassName
{
border-color: #C72470;
}
.TagClassName
{
border-color: #C72470;
}
</style>