#C559AF

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

Shades of Fuchsia #C559AF

Tints of Fuchsia #C559AF

Color information

#C559AF (or 0xC559AF) is unknown color: approx Fuchsia. HEX triplet: C5, 59 and AF. RGB value is (197,89,175). Sum of RGB (Red+Green+Blue) = 197+89+175=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C559AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559AF is #3AA650. Grayscale: #828282. Windows color (decimal): -3843665 or 11491781. OLE color: 11491781.

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

Color convert

RGB19789175-
CMYK00.550.110.23
HSL312.22º48.21%56.08%-
HSV(B)312.22º54.82%77.25%-
XYZ34.3422.1143.02-
YUV131.1152.78175.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=42.73%
G=19.31%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978917500.550.110.23312.2248.2156.08
HexC559AF037B171383038
Octal30513125706713274706070
Binary110001011011001101011110110111101110111100111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559AF; }

 p { color: rgb(197,89,175); }

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

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

 a { background-color: rgb(197,89,175); }

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

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

 span { border-color: rgb(197,89,175); }

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