#C542AC

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

Shades of Fuchsia #C542AC

Tints of Fuchsia #C542AC

Color information

#C542AC (or 0xC542AC) is unknown color: approx Fuchsia. HEX triplet: C5, 42 and AC. RGB value is (197,66,172). Sum of RGB (Red+Green+Blue) = 197+66+172=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AC is #3ABD53. Grayscale: #747474. Windows color (decimal): -3849556 or 11289285. OLE color: 11289285.

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

Color convert

RGB19766172-
CMYK00.660.130.23
HSL311.45º53.04%51.57%-
HSV(B)311.45º66.5%77.25%-
XYZ32.4218.7540.94-
YUV117.25158.9184.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 66 (26.17% from 255) = 15.17%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=45.29%
G=15.17%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976617200.660.130.23311.4553.0451.57
HexC542AC042D171373534
Octal305102254010215274676564
Binary1100010110000101010110001000010110110111100110111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C542AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C542AC; }

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

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

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

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

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

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

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

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