#C559B3

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

Shades of Fuchsia #C559B3

Tints of Fuchsia #C559B3

Color information

#C559B3 (or 0xC559B3) is unknown color: approx Fuchsia. HEX triplet: C5, 59 and B3. RGB value is (197,89,179). Sum of RGB (Red+Green+Blue) = 197+89+179=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C559B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559B3 is #3AA64C. Grayscale: #838383. Windows color (decimal): -3843661 or 11753925. OLE color: 11753925.

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

Color convert

RGB19789179-
CMYK00.550.090.23
HSL310º48.21%56.08%-
HSV(B)310º54.82%77.25%-
XYZ34.7422.2745.12-
YUV131.55154.78174.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.37%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 179 (70.31% from 255) = 38.49%
R=42.37%
G=19.14%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978917900.550.090.2331048.2156.08
HexC559B30379171363038
Octal30513126306711274666070
Binary110001011011001101100110110111100110111100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559B3; }

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

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

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

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

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

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

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

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