Shades of Medium Red Violet #C029AB
Tints of Medium Red Violet #C029AB
RGB
CMYK
RGB Variations
Color information
#C029AB (or 0xC029AB) is known color: Medium Red Violet. HEX triplet: C0, 29 and AB. RGB value is (192,41,171). Sum of RGB (Red+Green+Blue) = 192+41+171=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C029AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C029AB is #3FD654. Grayscale: #646464. Windows color (decimal): -4183637 or 11217344. OLE color: 11217344.
HSL color Cylindrical-coordinate representation of color #C029AB: hue angle of 308.34º 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 #C029AB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 171 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.25 |
| HSL | 308.34º | 0.65% | 0.46% | - |
| HSV(B) | 308.34º | 0.79% | 0.75% | - |
| XYZ | 29.88 | 15.73 | 39.99 | - |
| YUV | 100.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 171 | 0 | 0.79 | 0.11 | 0.25 | 308.34 | 0.65 | 0.46 |
| Hex | C0 | 29 | AB | 0 | 4F | B | 19 | 134 | 41 | 2E |
| Octal | 300 | 51 | 253 | 0 | 117 | 13 | 31 | 464 | 101 | 56 |
| Binary | 11000000 | 101001 | 10101011 | 0 | 1001111 | 1011 | 11001 | 100110100 | 1000001 | 101110 |
Color Harmonies of #C029AB
Complementary color
Monochromatic Colors of #C029AB
Black with #C029AB
Text Example
Text Example
White with #C029AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C029AB; }
p { color: rgb(192,41,171); }
H1.HeaderClassName
{
color: #C029AB;
}
.AnyTagClassName
{
color: #C029AB;
}
</style>
background-color css
<style>
a { background-color: #C029AB; }
a { background-color: rgb(192,41,171); }
div.DivClassName
{
background-color: #C029AB;
}
.BgClassName
{
background-color: #C029AB;
}
</style>
border-color css
<style>
span { border-color: #C029AB; }
span { border-color: rgb(192,41,171); }
td.TdClassName
{
border-color: #C029AB;
}
.TagClassName
{
border-color: #C029AB;
}
</style>