Shades of Medium Violet Red #C724A1
Tints of Medium Violet Red #C724A1
RGB
CMYK
RGB Variations
Color information
#C724A1 (or 0xC724A1) is known color: Medium Violet Red. HEX triplet: C7, 24 and A1. RGB value is (199,36,161). Sum of RGB (Red+Green+Blue) = 199+36+161=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 161 (63.28% from 255 or 40.66% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C724A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C724A1 is #38DB5E. Grayscale: #626262. Windows color (decimal): -3726175 or 10560711. OLE color: 10560711.
HSL color Cylindrical-coordinate representation of color #C724A1: hue angle of 313.99º 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 #C724A1 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 161 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.22 |
| HSL | 313.99º | 0.69% | 0.46% | - |
| HSV(B) | 313.99º | 0.82% | 0.78% | - |
| XYZ | 30.62 | 15.98 | 35.19 | - |
| YUV | 98.99 | 163 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 161 | 0 | 0.82 | 0.19 | 0.22 | 313.99 | 0.69 | 0.46 |
| Hex | C7 | 24 | A1 | 0 | 52 | 13 | 16 | 13A | 45 | 2E |
| Octal | 307 | 44 | 241 | 0 | 122 | 23 | 26 | 472 | 105 | 56 |
| Binary | 11000111 | 100100 | 10100001 | 0 | 1010010 | 10011 | 10110 | 100111010 | 1000101 | 101110 |
Color Harmonies of #C724A1
Complementary color
Monochromatic Colors of #C724A1
Black with #C724A1
Text Example
Text Example
White with #C724A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724A1; }
p { color: rgb(199,36,161); }
H1.HeaderClassName
{
color: #C724A1;
}
.AnyTagClassName
{
color: #C724A1;
}
</style>
background-color css
<style>
a { background-color: #C724A1; }
a { background-color: rgb(199,36,161); }
div.DivClassName
{
background-color: #C724A1;
}
.BgClassName
{
background-color: #C724A1;
}
</style>
border-color css
<style>
span { border-color: #C724A1; }
span { border-color: rgb(199,36,161); }
td.TdClassName
{
border-color: #C724A1;
}
.TagClassName
{
border-color: #C724A1;
}
</style>