#C55AB4

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

Shades of Fuchsia #C55AB4

Tints of Fuchsia #C55AB4

Color information

#C55AB4 (or 0xC55AB4) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and B4. RGB value is (197,90,180). Sum of RGB (Red+Green+Blue) = 197+90+180=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AB4 is #3AA54B. Grayscale: #848484. Windows color (decimal): -3843404 or 11819717. OLE color: 11819717.

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

Color convert

RGB19790180-
CMYK00.540.090.23
HSL309.53º47.98%56.27%-
HSV(B)309.53º54.31%77.25%-
XYZ34.9222.4845.68-
YUV132.25154.95174.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 90 (35.55% from 255) = 19.27%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=42.18%
G=19.27%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979018000.540.090.23309.5347.9856.27
HexC55AB40369171363038
Octal30513226406611274666070
Binary110001011011010101101000110110100110111100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AB4; }

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

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

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

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

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

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

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

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