Shades of Medium Violet Red #C725AD
Tints of Medium Violet Red #C725AD
RGB
CMYK
RGB Variations
Color information
#C725AD (or 0xC725AD) is known color: Medium Violet Red. HEX triplet: C7, 25 and AD. RGB value is (199,37,173). Sum of RGB (Red+Green+Blue) = 199+37+173=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C725AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C725AD is #38DA52. Grayscale: #646464. Windows color (decimal): -3725907 or 11347399. OLE color: 11347399.
HSL color Cylindrical-coordinate representation of color #C725AD: hue angle of 309.63º 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 #C725AD is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 173 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.22 |
| HSL | 309.63º | 0.69% | 0.46% | - |
| HSV(B) | 309.63º | 0.81% | 0.78% | - |
| XYZ | 31.76 | 16.48 | 41.04 | - |
| YUV | 100.94 | 168.67 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 173 | 0 | 0.81 | 0.13 | 0.22 | 309.63 | 0.69 | 0.46 |
| Hex | C7 | 25 | AD | 0 | 51 | D | 16 | 136 | 45 | 2E |
| Octal | 307 | 45 | 255 | 0 | 121 | 15 | 26 | 466 | 105 | 56 |
| Binary | 11000111 | 100101 | 10101101 | 0 | 1010001 | 1101 | 10110 | 100110110 | 1000101 | 101110 |
Color Harmonies of #C725AD
Complementary color
Monochromatic Colors of #C725AD
Black with #C725AD
Text Example
Text Example
White with #C725AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725AD; }
p { color: rgb(199,37,173); }
H1.HeaderClassName
{
color: #C725AD;
}
.AnyTagClassName
{
color: #C725AD;
}
</style>
background-color css
<style>
a { background-color: #C725AD; }
a { background-color: rgb(199,37,173); }
div.DivClassName
{
background-color: #C725AD;
}
.BgClassName
{
background-color: #C725AD;
}
</style>
border-color css
<style>
span { border-color: #C725AD; }
span { border-color: rgb(199,37,173); }
td.TdClassName
{
border-color: #C725AD;
}
.TagClassName
{
border-color: #C725AD;
}
</style>