#C659B1

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

Shades of Fuchsia #C659B1

Tints of Fuchsia #C659B1

Color information

#C659B1 (or 0xC659B1) is unknown color: approx Fuchsia. HEX triplet: C6, 59 and B1. RGB value is (198,89,177). Sum of RGB (Red+Green+Blue) = 198+89+177=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C659B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C659B1 is #39A64E. Grayscale: #838383. Windows color (decimal): -3778127 or 11622854. OLE color: 11622854.

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

Color convert

RGB19889177-
CMYK00.550.110.22
HSL311.56º48.88%56.27%-
HSV(B)311.56º55.05%77.65%-
XYZ34.822.3244.07-
YUV131.62153.61175.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 177 (69.53% from 255) = 38.15%
R=42.67%
G=19.18%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988917700.550.110.22311.5648.8856.27
HexC659B1037B161383138
Octal30613126106713264706170
Binary110001101011001101100010110111101110110100111000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C659B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C659B1; }

 p { color: rgb(198,89,177); }

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

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

 a { background-color: rgb(198,89,177); }

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

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

 span { border-color: rgb(198,89,177); }

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