#C559BE

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

Shades of Fuchsia #C559BE

Tints of Fuchsia #C559BE

Color information

#C559BE (or 0xC559BE) is unknown color: approx Fuchsia. HEX triplet: C5, 59 and BE. RGB value is (197,89,190). Sum of RGB (Red+Green+Blue) = 197+89+190=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C559BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559BE is #3AA641. Grayscale: #848484. Windows color (decimal): -3843650 or 12474821. OLE color: 12474821.

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

Color convert

RGB19789190-
CMYK00.550.040.23
HSL303.89º48.21%56.08%-
HSV(B)303.89º54.82%77.25%-
XYZ35.8922.7351.21-
YUV132.81160.28173.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 89 (35.16% from 255) = 18.70%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=41.39%
G=18.70%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978919000.550.040.23303.8948.2156.08
HexC559BE0374171303038
Octal3051312760674274606070
Binary11000101101100110111110011011110010111100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559BE; }

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

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

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

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

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

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

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

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