Shades of Fuchsia #CA59AA
Tints of Fuchsia #CA59AA
RGB
CMYK
RGB Variations
Color information
#CA59AA (or 0xCA59AA) is known color: Fuchsia. HEX triplet: CA, 59 and AA. RGB value is (202,89,170). Sum of RGB (Red+Green+Blue) = 202+89+170=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AA is #35A655. Grayscale: #838383. Windows color (decimal): -3515990 or 11164106. OLE color: 11164106.
HSL color Cylindrical-coordinate representation of color #CA59AA: hue angle of 316.99º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA59AA is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 89 | 170 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.21 |
| HSL | 316.99º | 0.52% | 0.57% | - |
| HSV(B) | 316.99º | 0.56% | 0.79% | - |
| XYZ | 35.19 | 22.6 | 40.54 | - |
| YUV | 132.02 | 149.44 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 89 | 170 | 0 | 0.56 | 0.16 | 0.21 | 316.99 | 0.52 | 0.57 |
| Hex | CA | 59 | AA | 0 | 38 | 10 | 15 | 13D | 34 | 39 |
| Octal | 312 | 131 | 252 | 0 | 70 | 20 | 25 | 475 | 64 | 71 |
| Binary | 11001010 | 1011001 | 10101010 | 0 | 111000 | 10000 | 10101 | 100111101 | 110100 | 111001 |
Color Harmonies of #CA59AA
Complementary color
Monochromatic Colors of #CA59AA
Black with #CA59AA
Text Example
Text Example
White with #CA59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA59AA; }
p { color: rgb(202,89,170); }
H1.HeaderClassName
{
color: #CA59AA;
}
.AnyTagClassName
{
color: #CA59AA;
}
</style>
background-color css
<style>
a { background-color: #CA59AA; }
a { background-color: rgb(202,89,170); }
div.DivClassName
{
background-color: #CA59AA;
}
.BgClassName
{
background-color: #CA59AA;
}
</style>
border-color css
<style>
span { border-color: #CA59AA; }
span { border-color: rgb(202,89,170); }
td.TdClassName
{
border-color: #CA59AA;
}
.TagClassName
{
border-color: #CA59AA;
}
</style>