Shades of Medium Violet Red #C725A8
Tints of Medium Violet Red #C725A8
RGB
CMYK
RGB Variations
Color information
#C725A8 (or 0xC725A8) is known color: Medium Violet Red. HEX triplet: C7, 25 and A8. RGB value is (199,37,168). Sum of RGB (Red+Green+Blue) = 199+37+168=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C725A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725A8 is #38DA57. Grayscale: #646464. Windows color (decimal): -3725912 or 11019719. OLE color: 11019719.
HSL color Cylindrical-coordinate representation of color #C725A8: hue angle of 311.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C725A8 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 168 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.22 |
| HSL | 311.48º | 0.69% | 0.46% | - |
| HSV(B) | 311.48º | 0.81% | 0.78% | - |
| XYZ | 31.28 | 16.29 | 38.54 | - |
| YUV | 100.37 | 166.17 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 168 | 0 | 0.81 | 0.16 | 0.22 | 311.48 | 0.69 | 0.46 |
| Hex | C7 | 25 | A8 | 0 | 51 | 10 | 16 | 137 | 45 | 2E |
| Octal | 307 | 45 | 250 | 0 | 121 | 20 | 26 | 467 | 105 | 56 |
| Binary | 11000111 | 100101 | 10101000 | 0 | 1010001 | 10000 | 10110 | 100110111 | 1000101 | 101110 |
Color Harmonies of #C725A8
Complementary color
Monochromatic Colors of #C725A8
Black with #C725A8
Text Example
Text Example
White with #C725A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725A8; }
p { color: rgb(199,37,168); }
H1.HeaderClassName
{
color: #C725A8;
}
.AnyTagClassName
{
color: #C725A8;
}
</style>
background-color css
<style>
a { background-color: #C725A8; }
a { background-color: rgb(199,37,168); }
div.DivClassName
{
background-color: #C725A8;
}
.BgClassName
{
background-color: #C725A8;
}
</style>
border-color css
<style>
span { border-color: #C725A8; }
span { border-color: rgb(199,37,168); }
td.TdClassName
{
border-color: #C725A8;
}
.TagClassName
{
border-color: #C725A8;
}
</style>