#C55AA8

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

Shades of Fuchsia #C55AA8

Tints of Fuchsia #C55AA8

Color information

#C55AA8 (or 0xC55AA8) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and A8. RGB value is (197,90,168). Sum of RGB (Red+Green+Blue) = 197+90+168=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AA8 is #3AA557. Grayscale: #828282. Windows color (decimal): -3843416 or 11033285. OLE color: 11033285.

HSL color Cylindrical-coordinate representation of color #C55AA8: hue angle of 316.26º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55AA8 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB19790168-
CMYK00.540.150.23
HSL316.26º47.98%56.27%-
HSV(B)316.26º54.31%77.25%-
XYZ33.7522.0139.52-
YUV130.88148.95175.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 90 (35.55% from 255) = 19.78%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=43.30%
G=19.78%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979016800.540.150.23316.2647.9856.27
HexC55AA8036F1713c3038
Octal30513225006617274746070
Binary110001011011010101010000110110111110111100111100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AA8; }

 p { color: rgb(197,90,168); }

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

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

 a { background-color: rgb(197,90,168); }

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

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

 span { border-color: rgb(197,90,168); }

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