Shades of Medium Red Violet #C72BAC
Tints of Medium Red Violet #C72BAC
RGB
CMYK
RGB Variations
Color information
#C72BAC (or 0xC72BAC) is known color: Medium Red Violet. HEX triplet: C7, 2B and AC. RGB value is (199,43,172). Sum of RGB (Red+Green+Blue) = 199+43+172=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BAC is #38D453. Grayscale: #676767. Windows color (decimal): -3724372 or 11283399. OLE color: 11283399.
HSL color Cylindrical-coordinate representation of color #C72BAC: hue angle of 310.38º 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 #C72BAC is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 172 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.22 |
| HSL | 310.38º | 0.64% | 0.47% | - |
| HSV(B) | 310.38º | 0.78% | 0.78% | - |
| XYZ | 31.86 | 16.85 | 40.6 | - |
| YUV | 104.35 | 166.18 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 172 | 0 | 0.78 | 0.14 | 0.22 | 310.38 | 0.64 | 0.47 |
| Hex | C7 | 2B | AC | 0 | 4E | E | 16 | 136 | 40 | 2F |
| Octal | 307 | 53 | 254 | 0 | 116 | 16 | 26 | 466 | 100 | 57 |
| Binary | 11000111 | 101011 | 10101100 | 0 | 1001110 | 1110 | 10110 | 100110110 | 1000000 | 101111 |
Color Harmonies of #C72BAC
Complementary color
Monochromatic Colors of #C72BAC
Black with #C72BAC
Text Example
Text Example
White with #C72BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BAC; }
p { color: rgb(199,43,172); }
H1.HeaderClassName
{
color: #C72BAC;
}
.AnyTagClassName
{
color: #C72BAC;
}
</style>
background-color css
<style>
a { background-color: #C72BAC; }
a { background-color: rgb(199,43,172); }
div.DivClassName
{
background-color: #C72BAC;
}
.BgClassName
{
background-color: #C72BAC;
}
</style>
border-color css
<style>
span { border-color: #C72BAC; }
span { border-color: rgb(199,43,172); }
td.TdClassName
{
border-color: #C72BAC;
}
.TagClassName
{
border-color: #C72BAC;
}
</style>