#CA59AB

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

Shades of Fuchsia #CA59AB

Tints of Fuchsia #CA59AB

Color information

#CA59AB (or 0xCA59AB) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and AB. RGB value is (202,89,171). Sum of RGB (Red+Green+Blue) = 202+89+171=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59AB is #35A654. Grayscale: #838383. Windows color (decimal): -3515989 or 11229642. OLE color: 11229642.

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

Color convert

RGB20289171-
CMYK00.560.150.21
HSL316.46º51.6%57.06%-
HSV(B)316.46º55.94%79.22%-
XYZ35.2822.6441.04-
YUV132.14149.94177.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 89 (35.16% from 255) = 19.26%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=43.72%
G=19.26%
B=37.01%

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
Decimal2028917100.560.150.21316.4651.657.06
HexCA59AB038F1513c3439
Octal31213125307017254746471
Binary110010101011001101010110111000111110101100111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59AB; }

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

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

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

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

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

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

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

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