#CA59AA

Color #CA59AA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA59AA

Tints of Fuchsia #CA59AA

Color information

#CA59AA (or 0xCA59AA) is unknown color: approx 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

RGB20289170-
CMYK00.560.160.21
HSL316.99º51.6%57.06%-
HSV(B)316.99º55.94%79.22%-
XYZ35.1922.640.54-
YUV132.02149.44177.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=43.82%
G=19.31%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028917000.560.160.21316.9951.657.06
HexCA59AA038101513d3439
Octal31213125207020254756471
Binary1100101010110011010101001110001000010101100111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>