#C542AE

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

Shades of Fuchsia #C542AE

Tints of Fuchsia #C542AE

Color information

#C542AE (or 0xC542AE) is unknown color: approx Fuchsia. HEX triplet: C5, 42 and AE. RGB value is (197,66,174). Sum of RGB (Red+Green+Blue) = 197+66+174=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AE is #3ABD51. Grayscale: #757575. Windows color (decimal): -3849554 or 11420357. OLE color: 11420357.

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

Color convert

RGB19766174-
CMYK00.660.120.23
HSL310.53º53.04%51.57%-
HSV(B)310.53º66.5%77.25%-
XYZ32.6118.8241.96-
YUV117.48159.9184.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=45.08%
G=15.10%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976617400.660.120.23310.5353.0451.57
HexC542AE042C171373534
Octal305102256010214274676564
Binary1100010110000101010111001000010110010111100110111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C542AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C542AE; }

 p { color: rgb(197,66,174); }

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

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

 a { background-color: rgb(197,66,174); }

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

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

 span { border-color: rgb(197,66,174); }

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