Shades of Medium Violet Red #C724A0
Tints of Medium Violet Red #C724A0
RGB
CMYK
RGB Variations
Color information
#C724A0 (or 0xC724A0) is known color: Medium Violet Red. HEX triplet: C7, 24 and A0. RGB value is (199,36,160). Sum of RGB (Red+Green+Blue) = 199+36+160=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C724A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C724A0 is #38DB5F. Grayscale: #626262. Windows color (decimal): -3726176 or 10495175. OLE color: 10495175.
HSL color Cylindrical-coordinate representation of color #C724A0: hue angle of 314.36º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C724A0 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 160 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.22 |
| HSL | 314.36º | 0.69% | 0.46% | - |
| HSV(B) | 314.36º | 0.82% | 0.78% | - |
| XYZ | 30.53 | 15.94 | 34.73 | - |
| YUV | 98.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 160 | 0 | 0.82 | 0.20 | 0.22 | 314.36 | 0.69 | 0.46 |
| Hex | C7 | 24 | A0 | 0 | 52 | 14 | 16 | 13A | 45 | 2E |
| Octal | 307 | 44 | 240 | 0 | 122 | 24 | 26 | 472 | 105 | 56 |
| Binary | 11000111 | 100100 | 10100000 | 0 | 1010010 | 10100 | 10110 | 100111010 | 1000101 | 101110 |
Color Harmonies of #C724A0
Complementary color
Monochromatic Colors of #C724A0
Black with #C724A0
Text Example
Text Example
White with #C724A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724A0; }
p { color: rgb(199,36,160); }
H1.HeaderClassName
{
color: #C724A0;
}
.AnyTagClassName
{
color: #C724A0;
}
</style>
background-color css
<style>
a { background-color: #C724A0; }
a { background-color: rgb(199,36,160); }
div.DivClassName
{
background-color: #C724A0;
}
.BgClassName
{
background-color: #C724A0;
}
</style>
border-color css
<style>
span { border-color: #C724A0; }
span { border-color: rgb(199,36,160); }
td.TdClassName
{
border-color: #C724A0;
}
.TagClassName
{
border-color: #C724A0;
}
</style>