#C561AA

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

Shades of Fuchsia #C561AA

Tints of Fuchsia #C561AA

Color information

#C561AA (or 0xC561AA) is unknown color: approx Fuchsia. HEX triplet: C5, 61 and AA. RGB value is (197,97,170). Sum of RGB (Red+Green+Blue) = 197+97+170=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C561AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C561AA is #3A9E55. Grayscale: #878787. Windows color (decimal): -3841622 or 11166149. OLE color: 11166149.

HSL color Cylindrical-coordinate representation of color #C561AA: hue angle of 316.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 #C561AA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB19797170-
CMYK00.510.140.23
HSL316.2º46.3%57.65%-
HSV(B)316.2º50.76%77.25%-
XYZ34.5623.3240.71-
YUV135.22147.63172.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=42.46%
G=20.91%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979717000.510.140.23316.246.357.65
HexC561AA033E1713c2e3a
Octal30514125206316274745672
Binary110001011100001101010100110011111010111100111100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561AA; }

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

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

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

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

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

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

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

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