Shades of Medium Red Violet #C729AD
Tints of Medium Red Violet #C729AD
RGB
CMYK
RGB Variations
Color information
#C729AD (or 0xC729AD) is known color: Medium Red Violet. HEX triplet: C7, 29 and AD. RGB value is (199,41,173). Sum of RGB (Red+Green+Blue) = 199+41+173=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C729AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C729AD is #38D652. Grayscale: #666666. Windows color (decimal): -3724883 or 11348423. OLE color: 11348423.
HSL color Cylindrical-coordinate representation of color #C729AD: hue angle of 309.87º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C729AD is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 41 | 173 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.22 |
| HSL | 309.87º | 0.66% | 0.47% | - |
| HSV(B) | 309.87º | 0.79% | 0.78% | - |
| XYZ | 31.89 | 16.75 | 41.09 | - |
| YUV | 103.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 173 | 0 | 0.79 | 0.13 | 0.22 | 309.87 | 0.66 | 0.47 |
| Hex | C7 | 29 | AD | 0 | 4F | D | 16 | 136 | 42 | 2F |
| Octal | 307 | 51 | 255 | 0 | 117 | 15 | 26 | 466 | 102 | 57 |
| Binary | 11000111 | 101001 | 10101101 | 0 | 1001111 | 1101 | 10110 | 100110110 | 1000010 | 101111 |
Color Harmonies of #C729AD
Complementary color
Monochromatic Colors of #C729AD
Black with #C729AD
Text Example
Text Example
White with #C729AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729AD; }
p { color: rgb(199,41,173); }
H1.HeaderClassName
{
color: #C729AD;
}
.AnyTagClassName
{
color: #C729AD;
}
</style>
background-color css
<style>
a { background-color: #C729AD; }
a { background-color: rgb(199,41,173); }
div.DivClassName
{
background-color: #C729AD;
}
.BgClassName
{
background-color: #C729AD;
}
</style>
border-color css
<style>
span { border-color: #C729AD; }
span { border-color: rgb(199,41,173); }
td.TdClassName
{
border-color: #C729AD;
}
.TagClassName
{
border-color: #C729AD;
}
</style>