Shades of Medium Red Violet #C029A5
Tints of Medium Red Violet #C029A5
RGB
CMYK
RGB Variations
Color information
#C029A5 (or 0xC029A5) is known color: Medium Red Violet. HEX triplet: C0, 29 and A5. RGB value is (192,41,165). Sum of RGB (Red+Green+Blue) = 192+41+165=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C029A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029A5 is #3FD65A. Grayscale: #636363. Windows color (decimal): -4183643 or 10824128. OLE color: 10824128.
HSL color Cylindrical-coordinate representation of color #C029A5: hue angle of 310.73º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C029A5 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 165 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.25 |
| HSL | 310.73º | 0.65% | 0.46% | - |
| HSV(B) | 310.73º | 0.79% | 0.75% | - |
| XYZ | 29.32 | 15.51 | 37.05 | - |
| YUV | 100.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 165 | 0 | 0.79 | 0.14 | 0.25 | 310.73 | 0.65 | 0.46 |
| Hex | C0 | 29 | A5 | 0 | 4F | E | 19 | 137 | 41 | 2E |
| Octal | 300 | 51 | 245 | 0 | 117 | 16 | 31 | 467 | 101 | 56 |
| Binary | 11000000 | 101001 | 10100101 | 0 | 1001111 | 1110 | 11001 | 100110111 | 1000001 | 101110 |
Color Harmonies of #C029A5
Complementary color
Monochromatic Colors of #C029A5
Black with #C029A5
Text Example
Text Example
White with #C029A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029A5; }
p { color: rgb(192,41,165); }
H1.HeaderClassName
{
color: #C029A5;
}
.AnyTagClassName
{
color: #C029A5;
}
</style>
background-color css
<style>
a { background-color: #C029A5; }
a { background-color: rgb(192,41,165); }
div.DivClassName
{
background-color: #C029A5;
}
.BgClassName
{
background-color: #C029A5;
}
</style>
border-color css
<style>
span { border-color: #C029A5; }
span { border-color: rgb(192,41,165); }
td.TdClassName
{
border-color: #C029A5;
}
.TagClassName
{
border-color: #C029A5;
}
</style>