#CA59AC

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

Shades of Fuchsia #CA59AC

Tints of Fuchsia #CA59AC

Color information

#CA59AC (or 0xCA59AC) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and AC. RGB value is (202,89,172). Sum of RGB (Red+Green+Blue) = 202+89+172=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AC is #35A653. Grayscale: #848484. Windows color (decimal): -3515988 or 11295178. OLE color: 11295178.

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

Color convert

RGB20289172-
CMYK00.560.150.21
HSL315.93º51.6%57.06%-
HSV(B)315.93º55.94%79.22%-
XYZ35.3822.6841.54-
YUV132.25150.44177.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=43.63%
G=19.22%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028917200.560.150.21315.9351.657.06
HexCA59AC038F1513c3439
Octal31213125407017254746471
Binary110010101011001101011000111000111110101100111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59AC; }

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

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

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

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

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

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

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

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