#C559B2

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

Shades of Fuchsia #C559B2

Tints of Fuchsia #C559B2

Color information

#C559B2 (or 0xC559B2) is unknown color: approx Fuchsia. HEX triplet: C5, 59 and B2. RGB value is (197,89,178). Sum of RGB (Red+Green+Blue) = 197+89+178=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C559B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C559B2 is #3AA64D. Grayscale: #838383. Windows color (decimal): -3843662 or 11688389. OLE color: 11688389.

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

Color convert

RGB19789178-
CMYK00.550.100.23
HSL310.56º48.21%56.08%-
HSV(B)310.56º54.82%77.25%-
XYZ34.6322.2344.58-
YUV131.44154.28174.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=42.46%
G=19.18%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978917800.550.100.23310.5648.2156.08
HexC559B2037A171373038
Octal30513126206712274676070
Binary110001011011001101100100110111101010111100110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559B2; }

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

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

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

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

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

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

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

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