#c558aa

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

Shades of Fuchsia #C558AA

Tints of Fuchsia #C558AA

Color information

#C558AA (or 0xC558AA) is unknown color: approx Fuchsia. HEX triplet: C5, 58 and AA. RGB value is (197,88,170). Sum of RGB (Red+Green+Blue) = 197+88+170=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C558AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C558AA is #3AA755. Grayscale: #818181. Windows color (decimal): -3843926 or 11163845. OLE color: 11163845.

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

Color convert

RGB19788170-
CMYK00.550.140.23
HSL314.86º48.44%55.88%-
HSV(B)314.86º55.33%77.25%-
XYZ33.7721.7540.45-
YUV129.94150.61175.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=43.30%
G=19.34%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978817000.550.140.23314.8648.4455.88
HexC558AA037E1713b3038
Octal30513025206716274736070
Binary110001011011000101010100110111111010111100111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c558aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c558aa; }

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

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

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

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

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

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

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

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