#C552AA

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

Shades of Fuchsia #C552AA

Tints of Fuchsia #C552AA

Color information

#C552AA (or 0xC552AA) is unknown color: approx Fuchsia. HEX triplet: C5, 52 and AA. RGB value is (197,82,170). Sum of RGB (Red+Green+Blue) = 197+82+170=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C552AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C552AA is #3AAD55. Grayscale: #7E7E7E. Windows color (decimal): -3845462 or 11162309. OLE color: 11162309.

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

Color convert

RGB19782170-
CMYK00.580.140.23
HSL314.09º49.78%54.71%-
HSV(B)314.09º58.38%77.25%-
XYZ33.320.8140.29-
YUV126.42152.6178.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.88%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=43.88%
G=18.26%
B=37.86%

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
Decimal1978217000.580.140.23314.0949.7854.71
HexC552AA03AE1713a3237
Octal30512225207216274726267
Binary110001011010010101010100111010111010111100111010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C552AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C552AA; }

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

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

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

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

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

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

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

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