#C563AB

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

Shades of Fuchsia #C563AB

Tints of Fuchsia #C563AB

Color information

#C563AB (or 0xC563AB) is unknown color: approx Fuchsia. HEX triplet: C5, 63 and AB. RGB value is (197,99,171). Sum of RGB (Red+Green+Blue) = 197+99+171=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C563AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C563AB is #3A9C54. Grayscale: #888888. Windows color (decimal): -3841109 or 11232197. OLE color: 11232197.

HSL color Cylindrical-coordinate representation of color #C563AB: hue angle of 315.92º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C563AB is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19799171-
CMYK00.500.130.23
HSL315.92º45.79%58.04%-
HSV(B)315.92º49.75%77.25%-
XYZ34.8423.7341.27-
YUV136.51147.47171.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=42.18%
G=21.20%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979917100.500.130.23315.9245.7958.04
HexC563AB032D1713c2e3a
Octal30514325306215274745672
Binary110001011100011101010110110010110110111100111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C563AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C563AB; }

 p { color: rgb(197,99,171); }

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

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

 a { background-color: rgb(197,99,171); }

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

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

 span { border-color: rgb(197,99,171); }

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