Shades of Medium Red Violet #CA29A8
Tints of Medium Red Violet #CA29A8
RGB
CMYK
RGB Variations
Color information
#CA29A8 (or 0xCA29A8) is known color: Medium Red Violet. HEX triplet: CA, 29 and A8. RGB value is (202,41,168). Sum of RGB (Red+Green+Blue) = 202+41+168=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA29A8 is #35D657. Grayscale: #676767. Windows color (decimal): -3528280 or 11020746. OLE color: 11020746.
HSL color Cylindrical-coordinate representation of color #CA29A8: hue angle of 312.67º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29A8 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 168 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.21 |
| HSL | 312.67º | 0.66% | 0.48% | - |
| HSV(B) | 312.67º | 0.8% | 0.79% | - |
| XYZ | 32.22 | 16.97 | 38.62 | - |
| YUV | 103.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 168 | 0 | 0.80 | 0.17 | 0.21 | 312.67 | 0.66 | 0.48 |
| Hex | CA | 29 | A8 | 0 | 50 | 11 | 15 | 139 | 42 | 30 |
| Octal | 312 | 51 | 250 | 0 | 120 | 21 | 25 | 471 | 102 | 60 |
| Binary | 11001010 | 101001 | 10101000 | 0 | 1010000 | 10001 | 10101 | 100111001 | 1000010 | 110000 |
Color Harmonies of #CA29A8
Complementary color
Monochromatic Colors of #CA29A8
Black with #CA29A8
Text Example
Text Example
White with #CA29A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29A8; }
p { color: rgb(202,41,168); }
H1.HeaderClassName
{
color: #CA29A8;
}
.AnyTagClassName
{
color: #CA29A8;
}
</style>
background-color css
<style>
a { background-color: #CA29A8; }
a { background-color: rgb(202,41,168); }
div.DivClassName
{
background-color: #CA29A8;
}
.BgClassName
{
background-color: #CA29A8;
}
</style>
border-color css
<style>
span { border-color: #CA29A8; }
span { border-color: rgb(202,41,168); }
td.TdClassName
{
border-color: #CA29A8;
}
.TagClassName
{
border-color: #CA29A8;
}
</style>