#C544AA

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

Shades of Fuchsia #C544AA

Tints of Fuchsia #C544AA

Color information

#C544AA (or 0xC544AA) is unknown color: approx Fuchsia. HEX triplet: C5, 44 and AA. RGB value is (197,68,170). Sum of RGB (Red+Green+Blue) = 197+68+170=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AA is #3ABB55. Grayscale: #757575. Windows color (decimal): -3849046 or 11158725. OLE color: 11158725.

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

Color convert

RGB19768170-
CMYK00.650.140.23
HSL312.56º52.65%51.96%-
HSV(B)312.56º65.48%77.25%-
XYZ32.3518.9139.97-
YUV118.2157.24184.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.29%
GREEN value IS 68 (26.95% from 255) = 15.63%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=45.29%
G=15.63%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976817000.650.140.23312.5652.6551.96
HexC544AA041E171393534
Octal305104252010116274716564
Binary1100010110001001010101001000001111010111100111001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C544AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C544AA; }

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

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

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

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

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

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

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

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