#C540AC

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

Shades of Fuchsia #C540AC

Tints of Fuchsia #C540AC

Color information

#C540AC (or 0xC540AC) is unknown color: approx Fuchsia. HEX triplet: C5, 40 and AC. RGB value is (197,64,172). Sum of RGB (Red+Green+Blue) = 197+64+172=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C540AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C540AC is #3ABF53. Grayscale: #737373. Windows color (decimal): -3850068 or 11288773. OLE color: 11288773.

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

Color convert

RGB19764172-
CMYK00.680.130.23
HSL311.28º53.41%51.18%-
HSV(B)311.28º67.51%77.25%-
XYZ32.3118.5240.9-
YUV116.08159.56185.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=45.50%
G=14.78%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976417200.680.130.23311.2853.4151.18
HexC540AC044D171373533
Octal305100254010415274676563
Binary1100010110000001010110001000100110110111100110111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540AC; }

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

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

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

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

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

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

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

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