Shades of Medium Red Violet #C429AD
Tints of Medium Red Violet #C429AD
RGB
CMYK
RGB Variations
Color information
#C429AD (or 0xC429AD) is known color: Medium Red Violet. HEX triplet: C4, 29 and AD. RGB value is (196,41,173). Sum of RGB (Red+Green+Blue) = 196+41+173=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C429AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429AD is #3BD652. Grayscale: #666666. Windows color (decimal): -3921491 or 11348420. OLE color: 11348420.
HSL color Cylindrical-coordinate representation of color #C429AD: hue angle of 308.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429AD is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 173 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.23 |
| HSL | 308.9º | 0.65% | 0.46% | - |
| HSV(B) | 308.9º | 0.79% | 0.77% | - |
| XYZ | 31.1 | 16.34 | 41.05 | - |
| YUV | 102.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 173 | 0 | 0.79 | 0.12 | 0.23 | 308.9 | 0.65 | 0.46 |
| Hex | C4 | 29 | AD | 0 | 4F | C | 17 | 135 | 41 | 2E |
| Octal | 304 | 51 | 255 | 0 | 117 | 14 | 27 | 465 | 101 | 56 |
| Binary | 11000100 | 101001 | 10101101 | 0 | 1001111 | 1100 | 10111 | 100110101 | 1000001 | 101110 |
Color Harmonies of #C429AD
Complementary color
Monochromatic Colors of #C429AD
Black with #C429AD
Text Example
Text Example
White with #C429AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C429AD; }
p { color: rgb(196,41,173); }
H1.HeaderClassName
{
color: #C429AD;
}
.AnyTagClassName
{
color: #C429AD;
}
</style>
background-color css
<style>
a { background-color: #C429AD; }
a { background-color: rgb(196,41,173); }
div.DivClassName
{
background-color: #C429AD;
}
.BgClassName
{
background-color: #C429AD;
}
</style>
border-color css
<style>
span { border-color: #C429AD; }
span { border-color: rgb(196,41,173); }
td.TdClassName
{
border-color: #C429AD;
}
.TagClassName
{
border-color: #C429AD;
}
</style>