Shades of Medium Red Violet #C72BAA
Tints of Medium Red Violet #C72BAA
RGB
CMYK
RGB Variations
Color information
#C72BAA (or 0xC72BAA) is known color: Medium Red Violet. HEX triplet: C7, 2B and AA. RGB value is (199,43,170). Sum of RGB (Red+Green+Blue) = 199+43+170=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C72BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72BAA is #38D455. Grayscale: #676767. Windows color (decimal): -3724374 or 11152327. OLE color: 11152327.
HSL color Cylindrical-coordinate representation of color #C72BAA: hue angle of 311.15º 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 #C72BAA is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 170 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.22 |
| HSL | 311.15º | 0.64% | 0.47% | - |
| HSV(B) | 311.15º | 0.78% | 0.78% | - |
| XYZ | 31.67 | 16.77 | 39.6 | - |
| YUV | 104.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 170 | 0 | 0.78 | 0.15 | 0.22 | 311.15 | 0.64 | 0.47 |
| Hex | C7 | 2B | AA | 0 | 4E | F | 16 | 137 | 40 | 2F |
| Octal | 307 | 53 | 252 | 0 | 116 | 17 | 26 | 467 | 100 | 57 |
| Binary | 11000111 | 101011 | 10101010 | 0 | 1001110 | 1111 | 10110 | 100110111 | 1000000 | 101111 |
Color Harmonies of #C72BAA
Complementary color
Monochromatic Colors of #C72BAA
Black with #C72BAA
Text Example
Text Example
White with #C72BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BAA; }
p { color: rgb(199,43,170); }
H1.HeaderClassName
{
color: #C72BAA;
}
.AnyTagClassName
{
color: #C72BAA;
}
</style>
background-color css
<style>
a { background-color: #C72BAA; }
a { background-color: rgb(199,43,170); }
div.DivClassName
{
background-color: #C72BAA;
}
.BgClassName
{
background-color: #C72BAA;
}
</style>
border-color css
<style>
span { border-color: #C72BAA; }
span { border-color: rgb(199,43,170); }
td.TdClassName
{
border-color: #C72BAA;
}
.TagClassName
{
border-color: #C72BAA;
}
</style>