#C559C8

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

Shades of Fuchsia #C559C8

Tints of Fuchsia #C559C8

Color information

#C559C8 (or 0xC559C8) is unknown color: approx Fuchsia. HEX triplet: C5, 59 and C8. RGB value is (197,89,200). Sum of RGB (Red+Green+Blue) = 197+89+200=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #C559C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559C8 is #3AA637. Grayscale: #858585. Windows color (decimal): -3843640 or 13130181. OLE color: 13130181.

HSL color Cylindrical-coordinate representation of color #C559C8: hue angle of 298.38º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C559C8 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19789200-
CMYK0.020.5600.22
HSL298.38º50.23%56.67%-
HSV(B)298.38º55.5%78.43%-
XYZ37.0223.1957.17-
YUV133.95165.28172.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 89 (35.16% from 255) = 18.31%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=40.53%
G=18.31%
B=41.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197892000.020.5600.22298.3850.2356.67
HexC559C823801612a3239
Octal3051313102700264526271
Binary1100010110110011100100010111000010110100101010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C559C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C559C8; }

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

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

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

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

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

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

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

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