Shades of Medium Red Violet #C829AD
Tints of Medium Red Violet #C829AD
RGB
CMYK
RGB Variations
Color information
#C829AD (or 0xC829AD) is known color: Medium Red Violet. HEX triplet: C8, 29 and AD. RGB value is (200,41,173). Sum of RGB (Red+Green+Blue) = 200+41+173=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C829AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C829AD is #37D652. Grayscale: #676767. Windows color (decimal): -3659347 or 11348424. OLE color: 11348424.
HSL color Cylindrical-coordinate representation of color #C829AD: hue angle of 310.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C829AD is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 173 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.22 |
| HSL | 310.19º | 0.66% | 0.47% | - |
| HSV(B) | 310.19º | 0.8% | 0.78% | - |
| XYZ | 32.16 | 16.88 | 41.1 | - |
| YUV | 103.59 | 167.18 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 173 | 0 | 0.80 | 0.14 | 0.22 | 310.19 | 0.66 | 0.47 |
| Hex | C8 | 29 | AD | 0 | 50 | E | 16 | 136 | 42 | 2F |
| Octal | 310 | 51 | 255 | 0 | 120 | 16 | 26 | 466 | 102 | 57 |
| Binary | 11001000 | 101001 | 10101101 | 0 | 1010000 | 1110 | 10110 | 100110110 | 1000010 | 101111 |
Color Harmonies of #C829AD
Complementary color
Monochromatic Colors of #C829AD
Black with #C829AD
Text Example
Text Example
White with #C829AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829AD; }
p { color: rgb(200,41,173); }
H1.HeaderClassName
{
color: #C829AD;
}
.AnyTagClassName
{
color: #C829AD;
}
</style>
background-color css
<style>
a { background-color: #C829AD; }
a { background-color: rgb(200,41,173); }
div.DivClassName
{
background-color: #C829AD;
}
.BgClassName
{
background-color: #C829AD;
}
</style>
border-color css
<style>
span { border-color: #C829AD; }
span { border-color: rgb(200,41,173); }
td.TdClassName
{
border-color: #C829AD;
}
.TagClassName
{
border-color: #C829AD;
}
</style>