#C566AB

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

Shades of Fuchsia #C566AB

Tints of Fuchsia #C566AB

Color information

#C566AB (or 0xC566AB) is unknown color: approx Fuchsia. HEX triplet: C5, 66 and AB. RGB value is (197,102,171). Sum of RGB (Red+Green+Blue) = 197+102+171=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C566AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566AB is #3A9954. Grayscale: #8A8A8A. Windows color (decimal): -3840341 or 11232965. OLE color: 11232965.

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

Color convert

RGB197102171-
CMYK00.480.130.23
HSL316.42º45.02%58.63%-
HSV(B)316.42º48.22%77.25%-
XYZ35.1324.3141.37-
YUV138.27146.47169.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=41.91%
G=21.70%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710217100.480.130.23316.4245.0258.63
HexC566AB030D1713c2d3b
Octal30514625306015274745573
Binary110001011100110101010110110000110110111100111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566AB; }

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

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

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

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

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

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

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

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