Shades of Medium Red Violet #C829A4
Tints of Medium Red Violet #C829A4
RGB
CMYK
RGB Variations
Color information
#C829A4 (or 0xC829A4) is known color: Medium Red Violet. HEX triplet: C8, 29 and A4. RGB value is (200,41,164). Sum of RGB (Red+Green+Blue) = 200+41+164=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C829A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C829A4 is #37D65B. Grayscale: #666666. Windows color (decimal): -3659356 or 10758600. OLE color: 10758600.
HSL color Cylindrical-coordinate representation of color #C829A4: hue angle of 313.58º 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 #C829A4 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 164 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.22 |
| HSL | 313.58º | 0.66% | 0.47% | - |
| HSV(B) | 313.58º | 0.8% | 0.78% | - |
| XYZ | 31.31 | 16.55 | 36.67 | - |
| YUV | 102.56 | 162.68 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 164 | 0 | 0.80 | 0.18 | 0.22 | 313.58 | 0.66 | 0.47 |
| Hex | C8 | 29 | A4 | 0 | 50 | 12 | 16 | 13A | 42 | 2F |
| Octal | 310 | 51 | 244 | 0 | 120 | 22 | 26 | 472 | 102 | 57 |
| Binary | 11001000 | 101001 | 10100100 | 0 | 1010000 | 10010 | 10110 | 100111010 | 1000010 | 101111 |
Color Harmonies of #C829A4
Complementary color
Monochromatic Colors of #C829A4
Black with #C829A4
Text Example
Text Example
White with #C829A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C829A4; }
p { color: rgb(200,41,164); }
H1.HeaderClassName
{
color: #C829A4;
}
.AnyTagClassName
{
color: #C829A4;
}
</style>
background-color css
<style>
a { background-color: #C829A4; }
a { background-color: rgb(200,41,164); }
div.DivClassName
{
background-color: #C829A4;
}
.BgClassName
{
background-color: #C829A4;
}
</style>
border-color css
<style>
span { border-color: #C829A4; }
span { border-color: rgb(200,41,164); }
td.TdClassName
{
border-color: #C829A4;
}
.TagClassName
{
border-color: #C829A4;
}
</style>