#CA5CAE

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

Shades of Fuchsia #CA5CAE

Tints of Fuchsia #CA5CAE

Color information

#CA5CAE (or 0xCA5CAE) is unknown color: approx Fuchsia. HEX triplet: CA, 5C and AE. RGB value is (202,92,174). Sum of RGB (Red+Green+Blue) = 202+92+174=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5CAE is #35A351. Grayscale: #868686. Windows color (decimal): -3515218 or 11427018. OLE color: 11427018.

HSL color Cylindrical-coordinate representation of color #CA5CAE: hue angle of 315.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA5CAE is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20292174-
CMYK00.540.140.21
HSL315.27º50.93%57.65%-
HSV(B)315.27º54.46%79.22%-
XYZ35.8223.2742.65-
YUV134.24150.44176.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 92 (36.33% from 255) = 19.66%
BLUE value IS 174 (68.36% from 255) = 37.18%
R=43.16%
G=19.66%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029217400.540.140.21315.2750.9357.65
HexCA5CAE036E1513b333a
Octal31213425606616254736372
Binary110010101011100101011100110110111010101100111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5CAE; }

 p { color: rgb(202,92,174); }

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

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

 a { background-color: rgb(202,92,174); }

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

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

 span { border-color: rgb(202,92,174); }

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