Shades of Medium Violet Red #C725AF
Tints of Medium Violet Red #C725AF
RGB
CMYK
RGB Variations
Color information
#C725AF (or 0xC725AF) is known color: Medium Violet Red. HEX triplet: C7, 25 and AF. RGB value is (199,37,175). Sum of RGB (Red+Green+Blue) = 199+37+175=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C725AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725AF is #38DA50. Grayscale: #646464. Windows color (decimal): -3725905 or 11478471. OLE color: 11478471.
HSL color Cylindrical-coordinate representation of color #C725AF: hue angle of 308.89º 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 #C725AF is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 175 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.22 |
| HSL | 308.89º | 0.69% | 0.46% | - |
| HSV(B) | 308.89º | 0.81% | 0.78% | - |
| XYZ | 31.95 | 16.56 | 42.07 | - |
| YUV | 101.17 | 169.67 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 175 | 0 | 0.81 | 0.12 | 0.22 | 308.89 | 0.69 | 0.46 |
| Hex | C7 | 25 | AF | 0 | 51 | C | 16 | 135 | 45 | 2E |
| Octal | 307 | 45 | 257 | 0 | 121 | 14 | 26 | 465 | 105 | 56 |
| Binary | 11000111 | 100101 | 10101111 | 0 | 1010001 | 1100 | 10110 | 100110101 | 1000101 | 101110 |
Color Harmonies of #C725AF
Complementary color
Monochromatic Colors of #C725AF
Black with #C725AF
Text Example
Text Example
White with #C725AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725AF; }
p { color: rgb(199,37,175); }
H1.HeaderClassName
{
color: #C725AF;
}
.AnyTagClassName
{
color: #C725AF;
}
</style>
background-color css
<style>
a { background-color: #C725AF; }
a { background-color: rgb(199,37,175); }
div.DivClassName
{
background-color: #C725AF;
}
.BgClassName
{
background-color: #C725AF;
}
</style>
border-color css
<style>
span { border-color: #C725AF; }
span { border-color: rgb(199,37,175); }
td.TdClassName
{
border-color: #C725AF;
}
.TagClassName
{
border-color: #C725AF;
}
</style>