Shades of Medium Violet Red #C72190
Tints of Medium Violet Red #C72190
RGB
CMYK
RGB Variations
Color information
#C72190 (or 0xC72190) is known color: Medium Violet Red. HEX triplet: C7, 21 and 90. RGB value is (199,33,144). Sum of RGB (Red+Green+Blue) = 199+33+144=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C72190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72190 is #38DE6F. Grayscale: #5F5F5F. Windows color (decimal): -3726960 or 9445831. OLE color: 9445831.
HSL color Cylindrical-coordinate representation of color #C72190: hue angle of 319.88º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72190 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 144 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.22 |
| HSL | 319.88º | 0.72% | 0.45% | - |
| HSV(B) | 319.88º | 0.83% | 0.78% | - |
| XYZ | 29.13 | 15.24 | 27.79 | - |
| YUV | 95.29 | 155.5 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 144 | 0 | 0.83 | 0.28 | 0.22 | 319.88 | 0.72 | 0.45 |
| Hex | C7 | 21 | 90 | 0 | 53 | 1C | 16 | 140 | 48 | 2D |
| Octal | 307 | 41 | 220 | 0 | 123 | 34 | 26 | 500 | 110 | 55 |
| Binary | 11000111 | 100001 | 10010000 | 0 | 1010011 | 11100 | 10110 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C72190
Complementary color
Monochromatic Colors of #C72190
Black with #C72190
Text Example
Text Example
White with #C72190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72190; }
p { color: rgb(199,33,144); }
H1.HeaderClassName
{
color: #C72190;
}
.AnyTagClassName
{
color: #C72190;
}
</style>
background-color css
<style>
a { background-color: #C72190; }
a { background-color: rgb(199,33,144); }
div.DivClassName
{
background-color: #C72190;
}
.BgClassName
{
background-color: #C72190;
}
</style>
border-color css
<style>
span { border-color: #C72190; }
span { border-color: rgb(199,33,144); }
td.TdClassName
{
border-color: #C72190;
}
.TagClassName
{
border-color: #C72190;
}
</style>