#C564AA

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

Shades of Fuchsia #C564AA

Tints of Fuchsia #C564AA

Color information

#C564AA (or 0xC564AA) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and AA. RGB value is (197,100,170). Sum of RGB (Red+Green+Blue) = 197+100+170=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C564AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564AA is #3A9B55. Grayscale: #888888. Windows color (decimal): -3840854 or 11166917. OLE color: 11166917.

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

Color convert

RGB197100170-
CMYK00.490.140.23
HSL316.7º45.54%58.24%-
HSV(B)316.7º49.24%77.25%-
XYZ34.8423.8940.8-
YUV136.98146.64170.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=42.18%
G=21.41%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710017000.490.140.23316.745.5458.24
HexC564AA031E1713d2e3a
Octal30514425206116274755672
Binary110001011100100101010100110001111010111100111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564AA; }

 p { color: rgb(197,100,170); }

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

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

 a { background-color: rgb(197,100,170); }

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

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

 span { border-color: rgb(197,100,170); }

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