#CA57BC

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

Shades of Fuchsia #CA57BC

Tints of Fuchsia #CA57BC

Color information

#CA57BC (or 0xCA57BC) is unknown color: approx Fuchsia. HEX triplet: CA, 57 and BC. RGB value is (202,87,188). Sum of RGB (Red+Green+Blue) = 202+87+188=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CA57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA57BC is #35A843. Grayscale: #848484. Windows color (decimal): -3516484 or 12343242. OLE color: 12343242.

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

Color convert

RGB20287188-
CMYK00.570.070.21
HSL307.3º52.04%56.67%-
HSV(B)307.3º56.93%79.22%-
XYZ36.842350.08-
YUV132.9159.1177.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 87 (34.38% from 255) = 18.24%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=42.35%
G=18.24%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028718800.570.070.21307.352.0456.67
HexCA57BC0397151333439
Octal3121272740717254636471
Binary11001010101011110111100011100111110101100110011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA57BC; }

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

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

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

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

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

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

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

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