Shades of Medium Red Violet #C829AB
Tints of Medium Red Violet #C829AB
RGB
CMYK
RGB Variations
Color information
#C829AB (or 0xC829AB) is known color: Medium Red Violet. HEX triplet: C8, 29 and AB. RGB value is (200,41,171). Sum of RGB (Red+Green+Blue) = 200+41+171=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C829AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C829AB is #37D654. Grayscale: #676767. Windows color (decimal): -3659349 or 11217352. OLE color: 11217352.
HSL color Cylindrical-coordinate representation of color #C829AB: hue angle of 310.94º 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 #C829AB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 171 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.22 |
| HSL | 310.94º | 0.66% | 0.47% | - |
| HSV(B) | 310.94º | 0.8% | 0.78% | - |
| XYZ | 31.96 | 16.81 | 40.09 | - |
| YUV | 103.36 | 166.18 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 171 | 0 | 0.80 | 0.14 | 0.22 | 310.94 | 0.66 | 0.47 |
| Hex | C8 | 29 | AB | 0 | 50 | E | 16 | 137 | 42 | 2F |
| Octal | 310 | 51 | 253 | 0 | 120 | 16 | 26 | 467 | 102 | 57 |
| Binary | 11001000 | 101001 | 10101011 | 0 | 1010000 | 1110 | 10110 | 100110111 | 1000010 | 101111 |
Color Harmonies of #C829AB
Complementary color
Monochromatic Colors of #C829AB
Black with #C829AB
Text Example
Text Example
White with #C829AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829AB; }
p { color: rgb(200,41,171); }
H1.HeaderClassName
{
color: #C829AB;
}
.AnyTagClassName
{
color: #C829AB;
}
</style>
background-color css
<style>
a { background-color: #C829AB; }
a { background-color: rgb(200,41,171); }
div.DivClassName
{
background-color: #C829AB;
}
.BgClassName
{
background-color: #C829AB;
}
</style>
border-color css
<style>
span { border-color: #C829AB; }
span { border-color: rgb(200,41,171); }
td.TdClassName
{
border-color: #C829AB;
}
.TagClassName
{
border-color: #C829AB;
}
</style>