#CA59C6

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

Shades of Fuchsia #CA59C6

Tints of Fuchsia #CA59C6

Color information

#CA59C6 (or 0xCA59C6) is unknown color: approx Fuchsia. HEX triplet: CA, 59 and C6. RGB value is (202,89,198). Sum of RGB (Red+Green+Blue) = 202+89+198=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA59C6 is #35A639. Grayscale: #868686. Windows color (decimal): -3515962 or 12999114. OLE color: 12999114.

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

Color convert

RGB20289198-
CMYK00.560.020.21
HSL302.12º51.6%57.06%-
HSV(B)302.12º55.94%79.22%-
XYZ38.1223.7856.01-
YUV135.21163.44175.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.31%
GREEN value IS 89 (35.16% from 255) = 18.20%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=41.31%
G=18.20%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028919800.560.020.21302.1251.657.06
HexCA59C603821512e3439
Octal3121313060702254566471
Binary1100101010110011100011001110001010101100101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA59C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA59C6; }

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

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

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

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

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

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

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

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