#C564AC

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

Shades of Fuchsia #C564AC

Tints of Fuchsia #C564AC

Color information

#C564AC (or 0xC564AC) is unknown color: approx Fuchsia. HEX triplet: C5, 64 and AC. RGB value is (197,100,172). Sum of RGB (Red+Green+Blue) = 197+100+172=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C564AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C564AC is #3A9B53. Grayscale: #898989. Windows color (decimal): -3840852 or 11297989. OLE color: 11297989.

HSL color Cylindrical-coordinate representation of color #C564AC: hue angle of 315.46º 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 #C564AC is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197100172-
CMYK00.490.130.23
HSL315.46º45.54%58.24%-
HSV(B)315.46º49.24%77.25%-
XYZ35.0323.9641.81-
YUV137.21147.64170.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=42.00%
G=21.32%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710017200.490.130.23315.4645.5458.24
HexC564AC031D1713b2e3a
Octal30514425406115274735672
Binary110001011100100101011000110001110110111100111011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C564AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C564AC; }

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

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

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

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

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

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

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

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