#C541AA

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

Shades of Fuchsia #C541AA

Tints of Fuchsia #C541AA

Color information

#C541AA (or 0xC541AA) is unknown color: approx Fuchsia. HEX triplet: C5, 41 and AA. RGB value is (197,65,170). Sum of RGB (Red+Green+Blue) = 197+65+170=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AA is #3ABE55. Grayscale: #747474. Windows color (decimal): -3849814 or 11157957. OLE color: 11157957.

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

Color convert

RGB19765170-
CMYK00.670.140.23
HSL312.27º53.23%51.37%-
HSV(B)312.27º67.01%77.25%-
XYZ32.1718.5539.92-
YUV116.44158.23185.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 65 (25.78% from 255) = 15.05%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=45.60%
G=15.05%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976517000.670.140.23312.2753.2351.37
HexC541AA043E171383533
Octal305101252010316274706563
Binary1100010110000011010101001000011111010111100111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541AA; }

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

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

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

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

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

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

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

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