Shades of Fuchsia #CA29BA
Tints of Fuchsia #CA29BA
RGB
CMYK
RGB Variations
Color information
#CA29BA (or 0xCA29BA) is known color: Fuchsia. HEX triplet: CA, 29 and BA. RGB value is (202,41,186). Sum of RGB (Red+Green+Blue) = 202+41+186=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29BA is #35D645. Grayscale: #696969. Windows color (decimal): -3528262 or 12200394. OLE color: 12200394.
HSL color Cylindrical-coordinate representation of color #CA29BA: hue angle of 305.96º 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 #CA29BA is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 186 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.21 |
| HSL | 305.96º | 0.66% | 0.48% | - |
| HSV(B) | 305.96º | 0.8% | 0.79% | - |
| XYZ | 34.01 | 17.69 | 48.08 | - |
| YUV | 105.67 | 173.34 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 186 | 0 | 0.80 | 0.08 | 0.21 | 305.96 | 0.66 | 0.48 |
| Hex | CA | 29 | BA | 0 | 50 | 8 | 15 | 132 | 42 | 30 |
| Octal | 312 | 51 | 272 | 0 | 120 | 10 | 25 | 462 | 102 | 60 |
| Binary | 11001010 | 101001 | 10111010 | 0 | 1010000 | 1000 | 10101 | 100110010 | 1000010 | 110000 |
Color Harmonies of #CA29BA
Complementary color
Monochromatic Colors of #CA29BA
Black with #CA29BA
Text Example
Text Example
White with #CA29BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29BA; }
p { color: rgb(202,41,186); }
H1.HeaderClassName
{
color: #CA29BA;
}
.AnyTagClassName
{
color: #CA29BA;
}
</style>
background-color css
<style>
a { background-color: #CA29BA; }
a { background-color: rgb(202,41,186); }
div.DivClassName
{
background-color: #CA29BA;
}
.BgClassName
{
background-color: #CA29BA;
}
</style>
border-color css
<style>
span { border-color: #CA29BA; }
span { border-color: rgb(202,41,186); }
td.TdClassName
{
border-color: #CA29BA;
}
.TagClassName
{
border-color: #CA29BA;
}
</style>