#C547AF

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

Shades of Fuchsia #C547AF

Tints of Fuchsia #C547AF

Color information

#C547AF (or 0xC547AF) is unknown color: approx Fuchsia. HEX triplet: C5, 47 and AF. RGB value is (197,71,175). Sum of RGB (Red+Green+Blue) = 197+71+175=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C547AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C547AF is #3AB850. Grayscale: #787878. Windows color (decimal): -3848273 or 11487173. OLE color: 11487173.

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

Color convert

RGB19771175-
CMYK00.640.110.23
HSL310.48º52.07%52.55%-
HSV(B)310.48º63.96%77.25%-
XYZ33.0219.4742.58-
YUV120.53158.74182.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 71 (28.12% from 255) = 16.03%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=44.47%
G=16.03%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977117500.640.110.23310.4852.0752.55
HexC547AF040B171363435
Octal305107257010013274666465
Binary1100010110001111010111101000000101110111100110110110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C547AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C547AF; }

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

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

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

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

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

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

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

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