#CA57BF

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

Shades of Fuchsia #CA57BF

Tints of Fuchsia #CA57BF

Color information

#CA57BF (or 0xCA57BF) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and BF. RGB value is (202,87,191). Sum of RGB (Red+Green+Blue) = 202+87+191=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57BF is #35A840. Grayscale: #848484. Windows color (decimal): -3516481 or 12539850. OLE color: 12539850.

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

Color convert

RGB20287191-
CMYK00.570.050.21
HSL305.74º52.04%56.67%-
HSV(B)305.74º56.93%79.22%-
XYZ37.1723.1351.8-
YUV133.24160.6177.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 191 (75% from 255) = 39.79%
R=42.08%
G=18.12%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028719100.570.050.21305.7452.0456.67
HexCA57BF0395151323439
Octal3121272770715254626471
Binary11001010101011110111111011100110110101100110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57BF; }

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

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

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

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

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

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

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

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