#CA59B5

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

Shades of Fuchsia #CA59B5

Tints of Fuchsia #CA59B5

Color information

#CA59B5 (or 0xCA59B5) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and B5. RGB value is (202,89,181). Sum of RGB (Red+Green+Blue) = 202+89+181=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 181 (71.09% from 255 or 38.35% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59B5 is #35A64A. Grayscale: #858585. Windows color (decimal): -3515979 or 11885002. OLE color: 11885002.

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

Color convert

RGB20289181-
CMYK00.560.100.21
HSL311.15º51.6%57.06%-
HSV(B)311.15º55.94%79.22%-
XYZ36.2723.0446.25-
YUV133.27154.94177.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 89 (35.16% from 255) = 18.86%
BLUE value IS 181 (71.09% from 255) = 38.35%
R=42.80%
G=18.86%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028918100.560.100.21311.1551.657.06
HexCA59B5038A151373439
Octal31213126507012254676471
Binary110010101011001101101010111000101010101100110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59B5; }

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

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

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

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

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

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

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

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