#CA59B7

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

Shades of Fuchsia #CA59B7

Tints of Fuchsia #CA59B7

Color information

#CA59B7 (or 0xCA59B7) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and B7. RGB value is (202,89,183). Sum of RGB (Red+Green+Blue) = 202+89+183=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59B7 is #35A648. Grayscale: #858585. Windows color (decimal): -3515977 or 12016074. OLE color: 12016074.

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

Color convert

RGB20289183-
CMYK00.560.090.21
HSL310.09º51.6%57.06%-
HSV(B)310.09º55.94%79.22%-
XYZ36.4823.1247.34-
YUV133.5155.94176.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 183 (71.88% from 255) = 38.61%
R=42.62%
G=18.78%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028918300.560.090.21310.0951.657.06
HexCA59B70389151363439
Octal31213126707011254666471
Binary110010101011001101101110111000100110101100110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59B7; }

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

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

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

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

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

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

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

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