Shades of Medium Red Violet #C72AAA
Tints of Medium Red Violet #C72AAA
RGB
CMYK
RGB Variations
Color information
#C72AAA (or 0xC72AAA) is known color: Medium Red Violet. HEX triplet: C7, 2A and AA. RGB value is (199,42,170). Sum of RGB (Red+Green+Blue) = 199+42+170=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C72AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C72AAA is #38D555. Grayscale: #676767. Windows color (decimal): -3724630 or 11152071. OLE color: 11152071.
HSL color Cylindrical-coordinate representation of color #C72AAA: hue angle of 311.08º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72AAA is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 170 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.22 |
| HSL | 311.08º | 0.65% | 0.47% | - |
| HSV(B) | 311.08º | 0.79% | 0.78% | - |
| XYZ | 31.64 | 16.7 | 39.59 | - |
| YUV | 103.54 | 165.51 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 170 | 0 | 0.79 | 0.15 | 0.22 | 311.08 | 0.65 | 0.47 |
| Hex | C7 | 2A | AA | 0 | 4F | F | 16 | 137 | 41 | 2F |
| Octal | 307 | 52 | 252 | 0 | 117 | 17 | 26 | 467 | 101 | 57 |
| Binary | 11000111 | 101010 | 10101010 | 0 | 1001111 | 1111 | 10110 | 100110111 | 1000001 | 101111 |
Color Harmonies of #C72AAA
Complementary color
Monochromatic Colors of #C72AAA
Black with #C72AAA
Text Example
Text Example
White with #C72AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AAA; }
p { color: rgb(199,42,170); }
H1.HeaderClassName
{
color: #C72AAA;
}
.AnyTagClassName
{
color: #C72AAA;
}
</style>
background-color css
<style>
a { background-color: #C72AAA; }
a { background-color: rgb(199,42,170); }
div.DivClassName
{
background-color: #C72AAA;
}
.BgClassName
{
background-color: #C72AAA;
}
</style>
border-color css
<style>
span { border-color: #C72AAA; }
span { border-color: rgb(199,42,170); }
td.TdClassName
{
border-color: #C72AAA;
}
.TagClassName
{
border-color: #C72AAA;
}
</style>