#CA59B0

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

Shades of Fuchsia #CA59B0

Tints of Fuchsia #CA59B0

Color information

#CA59B0 (or 0xCA59B0) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and B0. RGB value is (202,89,176). Sum of RGB (Red+Green+Blue) = 202+89+176=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59B0 is #35A64F. Grayscale: #848484. Windows color (decimal): -3515984 or 11557322. OLE color: 11557322.

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

Color convert

RGB20289176-
CMYK00.560.130.21
HSL313.81º51.6%57.06%-
HSV(B)313.81º55.94%79.22%-
XYZ35.7722.8443.6-
YUV132.7152.44177.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=43.25%
G=19.06%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028917600.560.130.21313.8151.657.06
HexCA59B0038D1513a3439
Octal31213126007015254726471
Binary110010101011001101100000111000110110101100111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59B0; }

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

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

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

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

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

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

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

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