#C556C9

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

Shades of Fuchsia #C556C9

Tints of Fuchsia #C556C9

Color information

#C556C9 (or 0xC556C9) is unknown color: approx Fuchsia. HEX triplet: C5, 56 and C9. RGB value is (197,86,201). Sum of RGB (Red+Green+Blue) = 197+86+201=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 86 (33.98% from 255 or 17.77% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #C556C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C556C9 is #3AA936. Grayscale: #838383. Windows color (decimal): -3844407 or 13194949. OLE color: 13194949.

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

Color convert

RGB19786201-
CMYK0.020.5700.21
HSL297.91º51.57%56.27%-
HSV(B)297.91º57.21%78.82%-
XYZ36.922.7457.7-
YUV132.3166.77174.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 86 (33.98% from 255) = 17.77%
BLUE value IS 201 (78.91% from 255) = 41.53%
R=40.70%
G=17.77%
B=41.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197862010.020.5700.21297.9151.5756.27
HexC556C923901512a3438
Octal3051263112710254526470
Binary1100010110101101100100110111001010101100101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C556C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C556C9; }

 p { color: rgb(197,86,201); }

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

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

 a { background-color: rgb(197,86,201); }

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

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

 span { border-color: rgb(197,86,201); }

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