Shades of Medium Red Violet #C72980
Tints of Medium Red Violet #C72980
RGB
CMYK
RGB Variations
Color information
#C72980 (or 0xC72980) is known color: Medium Red Violet. HEX triplet: C7, 29 and 80. RGB value is (199,41,128). Sum of RGB (Red+Green+Blue) = 199+41+128=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C72980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72980 is #38D67F. Grayscale: #616161. Windows color (decimal): -3724928 or 8399303. OLE color: 8399303.
HSL color Cylindrical-coordinate representation of color #C72980: hue angle of 326.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72980 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 128 | - |
| CMYK | 0 | 0.79 | 0.36 | 0.22 |
| HSL | 326.96º | 0.66% | 0.47% | - |
| HSV(B) | 326.96º | 0.79% | 0.78% | - |
| XYZ | 28.24 | 15.29 | 21.88 | - |
| YUV | 98.16 | 144.85 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 128 | 0 | 0.79 | 0.36 | 0.22 | 326.96 | 0.66 | 0.47 |
| Hex | C7 | 29 | 80 | 0 | 4F | 24 | 16 | 147 | 42 | 2F |
| Octal | 307 | 51 | 200 | 0 | 117 | 44 | 26 | 507 | 102 | 57 |
| Binary | 11000111 | 101001 | 10000000 | 0 | 1001111 | 100100 | 10110 | 101000111 | 1000010 | 101111 |
Color Harmonies of #C72980
Complementary color
Monochromatic Colors of #C72980
Black with #C72980
Text Example
Text Example
White with #C72980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72980; }
p { color: rgb(199,41,128); }
H1.HeaderClassName
{
color: #C72980;
}
.AnyTagClassName
{
color: #C72980;
}
</style>
background-color css
<style>
a { background-color: #C72980; }
a { background-color: rgb(199,41,128); }
div.DivClassName
{
background-color: #C72980;
}
.BgClassName
{
background-color: #C72980;
}
</style>
border-color css
<style>
span { border-color: #C72980; }
span { border-color: rgb(199,41,128); }
td.TdClassName
{
border-color: #C72980;
}
.TagClassName
{
border-color: #C72980;
}
</style>