#C547AC

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

Shades of Fuchsia #C547AC

Tints of Fuchsia #C547AC

Color information

#C547AC (or 0xC547AC) is unknown color: approx Fuchsia. HEX triplet: C5, 47 and AC. RGB value is (197,71,172). Sum of RGB (Red+Green+Blue) = 197+71+172=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AC is #3AB853. Grayscale: #777777. Windows color (decimal): -3848276 or 11290565. OLE color: 11290565.

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

Color convert

RGB19771172-
CMYK00.640.130.23
HSL311.9º52.07%52.55%-
HSV(B)311.9º63.96%77.25%-
XYZ32.7319.3641.04-
YUV120.19157.24182.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 71 (28.12% from 255) = 16.14%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=44.77%
G=16.14%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977117200.640.130.23311.952.0752.55
HexC547AC040D171383435
Octal305107254010015274706465
Binary1100010110001111010110001000000110110111100111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547AC; }

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

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

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

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

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

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

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

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