#C55CAA

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

Shades of Fuchsia #C55CAA

Tints of Fuchsia #C55CAA

Color information

#C55CAA (or 0xC55CAA) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and AA. RGB value is (197,92,170). Sum of RGB (Red+Green+Blue) = 197+92+170=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAA is #3AA355. Grayscale: #848484. Windows color (decimal): -3842902 or 11164869. OLE color: 11164869.

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

Color convert

RGB19792170-
CMYK00.530.140.23
HSL315.43º47.51%56.67%-
HSV(B)315.43º53.3%77.25%-
XYZ34.1122.4340.56-
YUV132.29149.29174.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=42.92%
G=20.04%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979217000.530.140.23315.4347.5156.67
HexC55CAA035E1713b3039
Octal30513425206516274736071
Binary110001011011100101010100110101111010111100111011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CAA; }

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

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

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

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

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

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

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

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