#C546A9

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

Shades of Fuchsia #C546A9

Tints of Fuchsia #C546A9

Color information

#C546A9 (or 0xC546A9) is unknown color: approx Fuchsia. HEX triplet: C5, 46 and A9. RGB value is (197,70,169). Sum of RGB (Red+Green+Blue) = 197+70+169=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C546A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C546A9 is #3AB956. Grayscale: #767676. Windows color (decimal): -3848535 or 11093701. OLE color: 11093701.

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

Color convert

RGB19770169-
CMYK00.640.140.23
HSL313.23º52.26%52.35%-
HSV(B)313.23º64.47%77.25%-
XYZ32.3819.1239.52-
YUV119.26156.08183.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 169 (66.41% from 255) = 38.76%
R=45.18%
G=16.06%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977016900.640.140.23313.2352.2652.35
HexC546A9040E171393434
Octal305106251010016274716464
Binary1100010110001101010100101000000111010111100111001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C546A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C546A9; }

 p { color: rgb(197,70,169); }

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

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

 a { background-color: rgb(197,70,169); }

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

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

 span { border-color: rgb(197,70,169); }

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