Shades of Fuchsia #CA43AA
Tints of Fuchsia #CA43AA
RGB
CMYK
RGB Variations
Color information
#CA43AA (or 0xCA43AA) is known color: Fuchsia. HEX triplet: CA, 43 and AA. RGB value is (202,67,170). Sum of RGB (Red+Green+Blue) = 202+67+170=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA43AA is #35BC55. Grayscale: #767676. Windows color (decimal): -3521622 or 11158474. OLE color: 11158474.
HSL color Cylindrical-coordinate representation of color #CA43AA: hue angle of 314.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43AA is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 170 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.21 |
| HSL | 314.22º | 0.56% | 0.53% | - |
| HSV(B) | 314.22º | 0.67% | 0.79% | - |
| XYZ | 33.62 | 19.47 | 40.02 | - |
| YUV | 119.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 170 | 0 | 0.67 | 0.16 | 0.21 | 314.22 | 0.56 | 0.53 |
| Hex | CA | 43 | AA | 0 | 43 | 10 | 15 | 13A | 38 | 35 |
| Octal | 312 | 103 | 252 | 0 | 103 | 20 | 25 | 472 | 70 | 65 |
| Binary | 11001010 | 1000011 | 10101010 | 0 | 1000011 | 10000 | 10101 | 100111010 | 111000 | 110101 |
Color Harmonies of #CA43AA
Complementary color
Monochromatic Colors of #CA43AA
Black with #CA43AA
Text Example
Text Example
White with #CA43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43AA; }
p { color: rgb(202,67,170); }
H1.HeaderClassName
{
color: #CA43AA;
}
.AnyTagClassName
{
color: #CA43AA;
}
</style>
background-color css
<style>
a { background-color: #CA43AA; }
a { background-color: rgb(202,67,170); }
div.DivClassName
{
background-color: #CA43AA;
}
.BgClassName
{
background-color: #CA43AA;
}
</style>
border-color css
<style>
span { border-color: #CA43AA; }
span { border-color: rgb(202,67,170); }
td.TdClassName
{
border-color: #CA43AA;
}
.TagClassName
{
border-color: #CA43AA;
}
</style>