Shades of Medium Red Violet #C72D8E
Tints of Medium Red Violet #C72D8E
RGB
CMYK
RGB Variations
Color information
#C72D8E (or 0xC72D8E) is known color: Medium Red Violet. HEX triplet: C7, 2D and 8E. RGB value is (199,45,142). Sum of RGB (Red+Green+Blue) = 199+45+142=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72D8E is #38D271. Grayscale: #656565. Windows color (decimal): -3723890 or 9317831. OLE color: 9317831.
HSL color Cylindrical-coordinate representation of color #C72D8E: hue angle of 322.21º degrees, saturation: 0.63, 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 #C72D8E is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 142 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.22 |
| HSL | 322.21º | 0.63% | 0.48% | - |
| HSV(B) | 322.21º | 0.77% | 0.78% | - |
| XYZ | 29.37 | 15.97 | 27.13 | - |
| YUV | 102.1 | 150.52 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 142 | 0 | 0.77 | 0.29 | 0.22 | 322.21 | 0.63 | 0.48 |
| Hex | C7 | 2D | 8E | 0 | 4D | 1D | 16 | 142 | 3F | 30 |
| Octal | 307 | 55 | 216 | 0 | 115 | 35 | 26 | 502 | 77 | 60 |
| Binary | 11000111 | 101101 | 10001110 | 0 | 1001101 | 11101 | 10110 | 101000010 | 111111 | 110000 |
Color Harmonies of #C72D8E
Complementary color
Monochromatic Colors of #C72D8E
Black with #C72D8E
Text Example
Text Example
White with #C72D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D8E; }
p { color: rgb(199,45,142); }
H1.HeaderClassName
{
color: #C72D8E;
}
.AnyTagClassName
{
color: #C72D8E;
}
</style>
background-color css
<style>
a { background-color: #C72D8E; }
a { background-color: rgb(199,45,142); }
div.DivClassName
{
background-color: #C72D8E;
}
.BgClassName
{
background-color: #C72D8E;
}
</style>
border-color css
<style>
span { border-color: #C72D8E; }
span { border-color: rgb(199,45,142); }
td.TdClassName
{
border-color: #C72D8E;
}
.TagClassName
{
border-color: #C72D8E;
}
</style>