#C54FA9

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

Shades of Fuchsia #C54FA9

Tints of Fuchsia #C54FA9

Color information

#C54FA9 (or 0xC54FA9) is unknown color: approx Fuchsia. HEX triplet: C5, 4F and A9. RGB value is (197,79,169). Sum of RGB (Red+Green+Blue) = 197+79+169=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 79 (31.25% from 255 or 17.75% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FA9 is #3AB056. Grayscale: #7C7C7C. Windows color (decimal): -3846231 or 11096005. OLE color: 11096005.

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

Color convert

RGB19779169-
CMYK00.600.140.23
HSL314.24º50.43%54.12%-
HSV(B)314.24º59.9%77.25%-
XYZ32.9820.3339.72-
YUV124.54153.09179.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 79 (31.25% from 255) = 17.75%
BLUE value IS 169 (66.41% from 255) = 37.98%
R=44.27%
G=17.75%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977916900.600.140.23314.2450.4354.12
HexC54FA903CE1713a3236
Octal30511725107416274726266
Binary110001011001111101010010111100111010111100111010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FA9; }

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

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

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

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

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

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

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

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