Shades of Medium Red Violet #C72E81
Tints of Medium Red Violet #C72E81
RGB
CMYK
RGB Variations
Color information
#C72E81 (or 0xC72E81) is known color: Medium Red Violet. HEX triplet: C7, 2E and 81. RGB value is (199,46,129). Sum of RGB (Red+Green+Blue) = 199+46+129=374 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.21% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 199 - color contains mainly: red. Hex color #C72E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72E81 is #38D17E. Grayscale: #656565. Windows color (decimal): -3723647 or 8466119. OLE color: 8466119.
HSL color Cylindrical-coordinate representation of color #C72E81: hue angle of 327.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C72E81 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 46 | 129 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.22 |
| HSL | 327.45º | 0.62% | 0.48% | - |
| HSV(B) | 327.45º | 0.77% | 0.78% | - |
| XYZ | 28.49 | 15.68 | 22.29 | - |
| YUV | 101.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 46 | 129 | 0 | 0.77 | 0.35 | 0.22 | 327.45 | 0.62 | 0.48 |
| Hex | C7 | 2E | 81 | 0 | 4D | 23 | 16 | 147 | 3E | 30 |
| Octal | 307 | 56 | 201 | 0 | 115 | 43 | 26 | 507 | 76 | 60 |
| Binary | 11000111 | 101110 | 10000001 | 0 | 1001101 | 100011 | 10110 | 101000111 | 111110 | 110000 |
Color Harmonies of #C72E81
Complementary color
Monochromatic Colors of #C72E81
Black with #C72E81
Text Example
Text Example
White with #C72E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72E81; }
p { color: rgb(199,46,129); }
H1.HeaderClassName
{
color: #C72E81;
}
.AnyTagClassName
{
color: #C72E81;
}
</style>
background-color css
<style>
a { background-color: #C72E81; }
a { background-color: rgb(199,46,129); }
div.DivClassName
{
background-color: #C72E81;
}
.BgClassName
{
background-color: #C72E81;
}
</style>
border-color css
<style>
span { border-color: #C72E81; }
span { border-color: rgb(199,46,129); }
td.TdClassName
{
border-color: #C72E81;
}
.TagClassName
{
border-color: #C72E81;
}
</style>