#C55CAC

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

Shades of Fuchsia #C55CAC

Tints of Fuchsia #C55CAC

Color information

#C55CAC (or 0xC55CAC) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and AC. RGB value is (197,92,172). Sum of RGB (Red+Green+Blue) = 197+92+172=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAC is #3AA353. Grayscale: #848484. Windows color (decimal): -3842900 or 11295941. OLE color: 11295941.

HSL color Cylindrical-coordinate representation of color #C55CAC: hue angle of 314.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CAC is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19792172-
CMYK00.530.130.23
HSL314.29º47.51%56.67%-
HSV(B)314.29º53.3%77.25%-
XYZ34.322.541.57-
YUV132.51150.29174-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.73%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=42.73%
G=19.96%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979217200.530.130.23314.2947.5156.67
HexC55CAC035D1713a3039
Octal30513425406515274726071
Binary110001011011100101011000110101110110111100111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CAC; }

 p { color: rgb(197,92,172); }

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

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

 a { background-color: rgb(197,92,172); }

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

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

 span { border-color: rgb(197,92,172); }

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