Shades of Medium Violet Red #C725AB
Tints of Medium Violet Red #C725AB
RGB
CMYK
RGB Variations
Color information
#C725AB (or 0xC725AB) is known color: Medium Violet Red. HEX triplet: C7, 25 and AB. RGB value is (199,37,171). Sum of RGB (Red+Green+Blue) = 199+37+171=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C725AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725AB is #38DA54. Grayscale: #646464. Windows color (decimal): -3725909 or 11216327. OLE color: 11216327.
HSL color Cylindrical-coordinate representation of color #C725AB: hue angle of 310.37º 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 #C725AB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 171 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.22 |
| HSL | 310.37º | 0.69% | 0.46% | - |
| HSV(B) | 310.37º | 0.81% | 0.78% | - |
| XYZ | 31.57 | 16.41 | 40.03 | - |
| YUV | 100.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 171 | 0 | 0.81 | 0.14 | 0.22 | 310.37 | 0.69 | 0.46 |
| Hex | C7 | 25 | AB | 0 | 51 | E | 16 | 136 | 45 | 2E |
| Octal | 307 | 45 | 253 | 0 | 121 | 16 | 26 | 466 | 105 | 56 |
| Binary | 11000111 | 100101 | 10101011 | 0 | 1010001 | 1110 | 10110 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C725AB
Complementary color
Monochromatic Colors of #C725AB
Black with #C725AB
Text Example
Text Example
White with #C725AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725AB; }
p { color: rgb(199,37,171); }
H1.HeaderClassName
{
color: #C725AB;
}
.AnyTagClassName
{
color: #C725AB;
}
</style>
background-color css
<style>
a { background-color: #C725AB; }
a { background-color: rgb(199,37,171); }
div.DivClassName
{
background-color: #C725AB;
}
.BgClassName
{
background-color: #C725AB;
}
</style>
border-color css
<style>
span { border-color: #C725AB; }
span { border-color: rgb(199,37,171); }
td.TdClassName
{
border-color: #C725AB;
}
.TagClassName
{
border-color: #C725AB;
}
</style>