Shades of Fuchsia #CA29B2
Tints of Fuchsia #CA29B2
RGB
CMYK
RGB Variations
Color information
#CA29B2 (or 0xCA29B2) is known color: Fuchsia. HEX triplet: CA, 29 and B2. RGB value is (202,41,178). Sum of RGB (Red+Green+Blue) = 202+41+178=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA29B2 is #35D64D. Grayscale: #686868. Windows color (decimal): -3528270 or 11676106. OLE color: 11676106.
HSL color Cylindrical-coordinate representation of color #CA29B2: hue angle of 308.94º 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 #CA29B2 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 178 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.21 |
| HSL | 308.94º | 0.66% | 0.48% | - |
| HSV(B) | 308.94º | 0.8% | 0.79% | - |
| XYZ | 33.19 | 17.36 | 43.72 | - |
| YUV | 104.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 178 | 0 | 0.80 | 0.12 | 0.21 | 308.94 | 0.66 | 0.48 |
| Hex | CA | 29 | B2 | 0 | 50 | C | 15 | 135 | 42 | 30 |
| Octal | 312 | 51 | 262 | 0 | 120 | 14 | 25 | 465 | 102 | 60 |
| Binary | 11001010 | 101001 | 10110010 | 0 | 1010000 | 1100 | 10101 | 100110101 | 1000010 | 110000 |
Color Harmonies of #CA29B2
Complementary color
Monochromatic Colors of #CA29B2
Black with #CA29B2
Text Example
Text Example
White with #CA29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA29B2; }
p { color: rgb(202,41,178); }
H1.HeaderClassName
{
color: #CA29B2;
}
.AnyTagClassName
{
color: #CA29B2;
}
</style>
background-color css
<style>
a { background-color: #CA29B2; }
a { background-color: rgb(202,41,178); }
div.DivClassName
{
background-color: #CA29B2;
}
.BgClassName
{
background-color: #CA29B2;
}
</style>
border-color css
<style>
span { border-color: #CA29B2; }
span { border-color: rgb(202,41,178); }
td.TdClassName
{
border-color: #CA29B2;
}
.TagClassName
{
border-color: #CA29B2;
}
</style>