#CA57B1

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

Shades of Fuchsia #CA57B1

Tints of Fuchsia #CA57B1

Color information

#CA57B1 (or 0xCA57B1) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and B1. RGB value is (202,87,177). Sum of RGB (Red+Green+Blue) = 202+87+177=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA57B1 is #35A84E. Grayscale: #838383. Windows color (decimal): -3516495 or 11622346. OLE color: 11622346.

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

Color convert

RGB20287177-
CMYK00.570.120.21
HSL313.04º52.04%56.67%-
HSV(B)313.04º56.93%79.22%-
XYZ35.722.5544.07-
YUV131.64153.6178.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 87 (34.38% from 255) = 18.67%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=43.35%
G=18.67%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028717700.570.120.21313.0452.0456.67
HexCA57B1039C151393439
Octal31212726107114254716471
Binary110010101010111101100010111001110010101100111001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57B1; }

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

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

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

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

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

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

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

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