#C561AB

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

Shades of Fuchsia #C561AB

Tints of Fuchsia #C561AB

Color information

#C561AB (or 0xC561AB) is unknown color: approx Fuchsia. HEX triplet: C5, 61 and AB. RGB value is (197,97,171). Sum of RGB (Red+Green+Blue) = 197+97+171=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AB is #3A9E54. Grayscale: #878787. Windows color (decimal): -3841621 or 11231685. OLE color: 11231685.

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

Color convert

RGB19797171-
CMYK00.510.130.23
HSL315.6º46.3%57.65%-
HSV(B)315.6º50.76%77.25%-
XYZ34.6523.3641.21-
YUV135.34148.13171.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=42.37%
G=20.86%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979717100.510.130.23315.646.357.65
HexC561AB033D1713c2e3a
Octal30514125306315274745672
Binary110001011100001101010110110011110110111100111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561AB; }

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

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

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

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

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

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

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

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