#C54FAF

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

Shades of Fuchsia #C54FAF

Tints of Fuchsia #C54FAF

Color information

#C54FAF (or 0xC54FAF) is unknown color: approx Fuchsia. HEX triplet: C5, 4F and AF. RGB value is (197,79,175). Sum of RGB (Red+Green+Blue) = 197+79+175=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54FAF is #3AB050. Grayscale: #7C7C7C. Windows color (decimal): -3846225 or 11489221. OLE color: 11489221.

HSL color Cylindrical-coordinate representation of color #C54FAF: hue angle of 311.19º 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 #C54FAF is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19779175-
CMYK00.600.110.23
HSL311.19º50.43%54.12%-
HSV(B)311.19º59.9%77.25%-
XYZ33.5620.5642.76-
YUV125.23156.09179.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 79 (31.25% from 255) = 17.52%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=43.68%
G=17.52%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977917500.600.110.23311.1950.4354.12
HexC54FAF03CB171373236
Octal30511725707413274676266
Binary110001011001111101011110111100101110111100110111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54FAF; }

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

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

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

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

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

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

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

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