#C541AB

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

Shades of Fuchsia #C541AB

Tints of Fuchsia #C541AB

Color information

#C541AB (or 0xC541AB) is unknown color: approx Fuchsia. HEX triplet: C5, 41 and AB. RGB value is (197,65,171). Sum of RGB (Red+Green+Blue) = 197+65+171=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AB is #3ABE54. Grayscale: #747474. Windows color (decimal): -3849813 or 11223493. OLE color: 11223493.

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

Color convert

RGB19765171-
CMYK00.670.130.23
HSL311.82º53.23%51.37%-
HSV(B)311.82º67.01%77.25%-
XYZ32.2718.5940.42-
YUV116.55158.73185.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=45.50%
G=15.01%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976517100.670.130.23311.8253.2351.37
HexC541AB043D171383533
Octal305101253010315274706563
Binary1100010110000011010101101000011110110111100111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C541AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C541AB; }

 p { color: rgb(197,65,171); }

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

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

 a { background-color: rgb(197,65,171); }

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

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

 span { border-color: rgb(197,65,171); }

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