#C543AC

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

Shades of Fuchsia #C543AC

Tints of Fuchsia #C543AC

Color information

#C543AC (or 0xC543AC) is unknown color: approx Fuchsia. HEX triplet: C5, 43 and AC. RGB value is (197,67,172). Sum of RGB (Red+Green+Blue) = 197+67+172=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C543AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543AC is #3ABC53. Grayscale: #757575. Windows color (decimal): -3849300 or 11289541. OLE color: 11289541.

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

Color convert

RGB19767172-
CMYK00.660.130.23
HSL311.54º52.85%51.76%-
HSV(B)311.54º65.99%77.25%-
XYZ32.4818.8640.96-
YUV117.84158.57184.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 67 (26.56% from 255) = 15.37%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=45.18%
G=15.37%
B=39.45%

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
Decimal1976717200.660.130.23311.5452.8551.76
HexC543AC042D171383534
Octal305103254010215274706564
Binary1100010110000111010110001000010110110111100111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C543AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C543AC; }

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

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

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

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

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

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

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

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