#CA5EC2

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

Shades of Fuchsia #CA5EC2

Tints of Fuchsia #CA5EC2

Color information

#CA5EC2 (or 0xCA5EC2) is unknown color: approx Fuchsia. HEX triplet: CA, 5E and C2. RGB value is (202,94,194). Sum of RGB (Red+Green+Blue) = 202+94+194=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 94 (37.11% from 255 or 19.18% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA5EC2 is #35A13D. Grayscale: #898989. Windows color (decimal): -3514686 or 12738250. OLE color: 12738250.

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

Color convert

RGB20294194-
CMYK00.530.040.21
HSL304.44º50.47%58.04%-
HSV(B)304.44º53.47%79.22%-
XYZ38.124.4653.75-
YUV137.69159.78173.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.22%
GREEN value IS 94 (37.11% from 255) = 19.18%
BLUE value IS 194 (76.17% from 255) = 39.59%
R=41.22%
G=19.18%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029419400.530.040.21304.4450.4758.04
HexCA5EC2035415130323a
Octal3121363020654254606272
Binary11001010101111011000010011010110010101100110000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5EC2; }

 p { color: rgb(202,94,194); }

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

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

 a { background-color: rgb(202,94,194); }

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

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

 span { border-color: rgb(202,94,194); }

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