#CA57AB

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

Shades of Fuchsia #CA57AB

Tints of Fuchsia #CA57AB

Color information

#CA57AB (or 0xCA57AB) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and AB. RGB value is (202,87,171). Sum of RGB (Red+Green+Blue) = 202+87+171=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 87 (34.38% from 255 or 18.91% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57AB is #35A854. Grayscale: #828282. Windows color (decimal): -3516501 or 11229130. OLE color: 11229130.

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

Color convert

RGB20287171-
CMYK00.570.150.21
HSL316.17º52.04%56.67%-
HSV(B)316.17º56.93%79.22%-
XYZ35.1222.3140.98-
YUV130.96150.6178.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.91%
GREEN value IS 87 (34.38% from 255) = 18.91%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=43.91%
G=18.91%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028717100.570.150.21316.1752.0456.67
HexCA57AB039F1513c3439
Octal31212725307117254746471
Binary110010101010111101010110111001111110101100111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57AB; }

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

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

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

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

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

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

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

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