Shades of Medium Red Violet #C829AA
Tints of Medium Red Violet #C829AA
RGB
CMYK
RGB Variations
Color information
#C829AA (or 0xC829AA) is known color: Medium Red Violet. HEX triplet: C8, 29 and AA. RGB value is (200,41,170). Sum of RGB (Red+Green+Blue) = 200+41+170=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C829AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C829AA is #37D655. Grayscale: #666666. Windows color (decimal): -3659350 or 11151816. OLE color: 11151816.
HSL color Cylindrical-coordinate representation of color #C829AA: hue angle of 311.32º 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 #C829AA is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 170 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.22 |
| HSL | 311.32º | 0.66% | 0.47% | - |
| HSV(B) | 311.32º | 0.8% | 0.78% | - |
| XYZ | 31.87 | 16.77 | 39.59 | - |
| YUV | 103.25 | 165.68 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 170 | 0 | 0.80 | 0.15 | 0.22 | 311.32 | 0.66 | 0.47 |
| Hex | C8 | 29 | AA | 0 | 50 | F | 16 | 137 | 42 | 2F |
| Octal | 310 | 51 | 252 | 0 | 120 | 17 | 26 | 467 | 102 | 57 |
| Binary | 11001000 | 101001 | 10101010 | 0 | 1010000 | 1111 | 10110 | 100110111 | 1000010 | 101111 |
Color Harmonies of #C829AA
Complementary color
Monochromatic Colors of #C829AA
Black with #C829AA
Text Example
Text Example
White with #C829AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829AA; }
p { color: rgb(200,41,170); }
H1.HeaderClassName
{
color: #C829AA;
}
.AnyTagClassName
{
color: #C829AA;
}
</style>
background-color css
<style>
a { background-color: #C829AA; }
a { background-color: rgb(200,41,170); }
div.DivClassName
{
background-color: #C829AA;
}
.BgClassName
{
background-color: #C829AA;
}
</style>
border-color css
<style>
span { border-color: #C829AA; }
span { border-color: rgb(200,41,170); }
td.TdClassName
{
border-color: #C829AA;
}
.TagClassName
{
border-color: #C829AA;
}
</style>