#C553AA

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

Shades of Fuchsia #C553AA

Tints of Fuchsia #C553AA

Color information

#C553AA (or 0xC553AA) is unknown color: approx Fuchsia. HEX triplet: C5, 53 and AA. RGB value is (197,83,170). Sum of RGB (Red+Green+Blue) = 197+83+170=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C553AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553AA is #3AAC55. Grayscale: #7E7E7E. Windows color (decimal): -3845206 or 11162565. OLE color: 11162565.

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

Color convert

RGB19783170-
CMYK00.580.140.23
HSL314.21º49.57%54.9%-
HSV(B)314.21º57.87%77.25%-
XYZ33.3720.9640.32-
YUV127152.27177.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=43.78%
G=18.44%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978317000.580.140.23314.2149.5754.9
HexC553AA03AE1713a3237
Octal30512325207216274726267
Binary110001011010011101010100111010111010111100111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C553AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C553AA; }

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

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

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

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

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

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

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

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