Shades of Medium Red Violet #C72B8E
Tints of Medium Red Violet #C72B8E
RGB
CMYK
RGB Variations
Color information
#C72B8E (or 0xC72B8E) is known color: Medium Red Violet. HEX triplet: C7, 2B and 8E. RGB value is (199,43,142). Sum of RGB (Red+Green+Blue) = 199+43+142=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 43 (17.19% from 255 or 11.20% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72B8E is #38D471. Grayscale: #646464. Windows color (decimal): -3724402 or 9317319. OLE color: 9317319.
HSL color Cylindrical-coordinate representation of color #C72B8E: hue angle of 321.92º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B8E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 142 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.22 |
| HSL | 321.92º | 0.64% | 0.47% | - |
| HSV(B) | 321.92º | 0.78% | 0.78% | - |
| XYZ | 29.3 | 15.82 | 27.1 | - |
| YUV | 100.93 | 151.18 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 142 | 0 | 0.78 | 0.29 | 0.22 | 321.92 | 0.64 | 0.47 |
| Hex | C7 | 2B | 8E | 0 | 4E | 1D | 16 | 142 | 40 | 2F |
| Octal | 307 | 53 | 216 | 0 | 116 | 35 | 26 | 502 | 100 | 57 |
| Binary | 11000111 | 101011 | 10001110 | 0 | 1001110 | 11101 | 10110 | 101000010 | 1000000 | 101111 |
Color Harmonies of #C72B8E
Complementary color
Monochromatic Colors of #C72B8E
Black with #C72B8E
Text Example
Text Example
White with #C72B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B8E; }
p { color: rgb(199,43,142); }
H1.HeaderClassName
{
color: #C72B8E;
}
.AnyTagClassName
{
color: #C72B8E;
}
</style>
background-color css
<style>
a { background-color: #C72B8E; }
a { background-color: rgb(199,43,142); }
div.DivClassName
{
background-color: #C72B8E;
}
.BgClassName
{
background-color: #C72B8E;
}
</style>
border-color css
<style>
span { border-color: #C72B8E; }
span { border-color: rgb(199,43,142); }
td.TdClassName
{
border-color: #C72B8E;
}
.TagClassName
{
border-color: #C72B8E;
}
</style>