#CA59AE

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

Shades of Fuchsia #CA59AE

Tints of Fuchsia #CA59AE

Color information

#CA59AE (or 0xCA59AE) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and AE. RGB value is (202,89,174). Sum of RGB (Red+Green+Blue) = 202+89+174=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AE is #35A651. Grayscale: #848484. Windows color (decimal): -3515986 or 11426250. OLE color: 11426250.

HSL color Cylindrical-coordinate representation of color #CA59AE: hue angle of 314.87º 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 #CA59AE is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20289174-
CMYK00.560.140.21
HSL314.87º51.6%57.06%-
HSV(B)314.87º55.94%79.22%-
XYZ35.5722.7642.56-
YUV132.48151.44177.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=43.44%
G=19.14%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028917400.560.140.21314.8751.657.06
HexCA59AE038E1513b3439
Octal31213125607016254736471
Binary110010101011001101011100111000111010101100111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59AE; }

 p { color: rgb(202,89,174); }

 H1.HeaderClassName
 {
   color: #CA59AE;
 }
 .AnyTagClassName
 {
   color: #CA59AE;
 }
</style>
background-color css

<style>
 a { background-color: #CA59AE; }

 a { background-color: rgb(202,89,174); }

 div.DivClassName
 {
   background-color: #CA59AE;
 }
 .BgClassName
 {
   background-color: #CA59AE;
 }
</style>
border-color css

<style>
 span { border-color: #CA59AE; }

 span { border-color: rgb(202,89,174); }

 td.TdClassName
 {
   border-color: #CA59AE;
 }
 .TagClassName
 {
   border-color: #CA59AE;
 }
</style>