#C561AF

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

Shades of Fuchsia #C561AF

Tints of Fuchsia #C561AF

Color information

#C561AF (or 0xC561AF) is unknown color: approx Fuchsia. HEX triplet: C5, 61 and AF. RGB value is (197,97,175). Sum of RGB (Red+Green+Blue) = 197+97+175=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AF is #3A9E50. Grayscale: #878787. Windows color (decimal): -3841617 or 11493829. OLE color: 11493829.

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

Color convert

RGB19797175-
CMYK00.510.110.23
HSL313.2º46.3%57.65%-
HSV(B)313.2º50.76%77.25%-
XYZ35.0423.5143.25-
YUV135.79150.13171.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 97 (38.28% from 255) = 20.68%
BLUE value IS 175 (68.75% from 255) = 37.31%
R=42.00%
G=20.68%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979717500.510.110.23313.246.357.65
HexC561AF033B171392e3a
Octal30514125706313274715672
Binary110001011100001101011110110011101110111100111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561AF; }

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

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

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

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

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

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

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

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