#CA57AA

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

Shades of Fuchsia #CA57AA

Tints of Fuchsia #CA57AA

Color information

#CA57AA (or 0xCA57AA) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and AA. RGB value is (202,87,170). Sum of RGB (Red+Green+Blue) = 202+87+170=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57AA is #35A855. Grayscale: #828282. Windows color (decimal): -3516502 or 11163594. OLE color: 11163594.

HSL color Cylindrical-coordinate representation of color #CA57AA: hue angle of 316.7º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA57AA is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB20287170-
CMYK00.570.160.21
HSL316.7º52.04%56.67%-
HSV(B)316.7º56.93%79.22%-
XYZ35.0222.2840.48-
YUV130.85150.1178.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=44.01%
G=18.95%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028717000.570.160.21316.752.0456.67
HexCA57AA039101513d3439
Octal31212725207120254756471
Binary1100101010101111010101001110011000010101100111101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57AA; }

 p { color: rgb(202,87,170); }

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

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

 a { background-color: rgb(202,87,170); }

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

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

 span { border-color: rgb(202,87,170); }

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