Shades of Medium Violet Red #C72372
Tints of Medium Violet Red #C72372
RGB
CMYK
RGB Variations
Color information
#C72372 (or 0xC72372) is known color: Medium Violet Red. HEX triplet: C7, 23 and 72. RGB value is (199,35,114). Sum of RGB (Red+Green+Blue) = 199+35+114=348 (46% of max value = 765). Red value is 199 (78.12% from 255 or 57.18% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 199 - color contains mainly: red. Hex color #C72372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72372 is #38DC8D. Grayscale: #5C5C5C. Windows color (decimal): -3726478 or 7480263. OLE color: 7480263.
HSL color Cylindrical-coordinate representation of color #C72372: hue angle of 331.1º degrees, saturation: 0.7, 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 #C72372 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 114 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.22 |
| HSL | 331.1º | 0.7% | 0.46% | - |
| HSV(B) | 331.1º | 0.82% | 0.78% | - |
| XYZ | 27.19 | 14.56 | 17.3 | - |
| YUV | 93.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 114 | 0 | 0.82 | 0.43 | 0.22 | 331.1 | 0.7 | 0.46 |
| Hex | C7 | 23 | 72 | 0 | 52 | 2B | 16 | 14B | 46 | 2E |
| Octal | 307 | 43 | 162 | 0 | 122 | 53 | 26 | 513 | 106 | 56 |
| Binary | 11000111 | 100011 | 1110010 | 0 | 1010010 | 101011 | 10110 | 101001011 | 1000110 | 101110 |
Color Harmonies of #C72372
Complementary color
Monochromatic Colors of #C72372
Black with #C72372
Text Example
Text Example
White with #C72372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72372; }
p { color: rgb(199,35,114); }
H1.HeaderClassName
{
color: #C72372;
}
.AnyTagClassName
{
color: #C72372;
}
</style>
background-color css
<style>
a { background-color: #C72372; }
a { background-color: rgb(199,35,114); }
div.DivClassName
{
background-color: #C72372;
}
.BgClassName
{
background-color: #C72372;
}
</style>
border-color css
<style>
span { border-color: #C72372; }
span { border-color: rgb(199,35,114); }
td.TdClassName
{
border-color: #C72372;
}
.TagClassName
{
border-color: #C72372;
}
</style>