Shades of Medium Violet Red #C72090
Tints of Medium Violet Red #C72090
RGB
CMYK
RGB Variations
Color information
#C72090 (or 0xC72090) is known color: Medium Violet Red. HEX triplet: C7, 20 and 90. RGB value is (199,32,144). Sum of RGB (Red+Green+Blue) = 199+32+144=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C72090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72090 is #38DF6F. Grayscale: #5E5E5E. Windows color (decimal): -3727216 or 9445575. OLE color: 9445575.
HSL color Cylindrical-coordinate representation of color #C72090: hue angle of 319.76º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72090 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.22 |
| HSL | 319.76º | 0.72% | 0.45% | - |
| HSV(B) | 319.76º | 0.84% | 0.78% | - |
| XYZ | 29.1 | 15.19 | 27.78 | - |
| YUV | 94.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 144 | 0 | 0.84 | 0.28 | 0.22 | 319.76 | 0.72 | 0.45 |
| Hex | C7 | 20 | 90 | 0 | 54 | 1C | 16 | 140 | 48 | 2D |
| Octal | 307 | 40 | 220 | 0 | 124 | 34 | 26 | 500 | 110 | 55 |
| Binary | 11000111 | 100000 | 10010000 | 0 | 1010100 | 11100 | 10110 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C72090
Complementary color
Monochromatic Colors of #C72090
Black with #C72090
Text Example
Text Example
White with #C72090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72090; }
p { color: rgb(199,32,144); }
H1.HeaderClassName
{
color: #C72090;
}
.AnyTagClassName
{
color: #C72090;
}
</style>
background-color css
<style>
a { background-color: #C72090; }
a { background-color: rgb(199,32,144); }
div.DivClassName
{
background-color: #C72090;
}
.BgClassName
{
background-color: #C72090;
}
</style>
border-color css
<style>
span { border-color: #C72090; }
span { border-color: rgb(199,32,144); }
td.TdClassName
{
border-color: #C72090;
}
.TagClassName
{
border-color: #C72090;
}
</style>