#C55AB5

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

Shades of Fuchsia #C55AB5

Tints of Fuchsia #C55AB5

Color information

#C55AB5 (or 0xC55AB5) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and B5. RGB value is (197,90,181). Sum of RGB (Red+Green+Blue) = 197+90+181=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AB5 is #3AA54A. Grayscale: #848484. Windows color (decimal): -3843403 or 11885253. OLE color: 11885253.

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

Color convert

RGB19790181-
CMYK00.540.080.23
HSL308.97º47.98%56.27%-
HSV(B)308.97º54.31%77.25%-
XYZ35.0222.5246.22-
YUV132.37155.45174.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 90 (35.55% from 255) = 19.23%
BLUE value IS 181 (71.09% from 255) = 38.68%
R=42.09%
G=19.23%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979018100.540.080.23308.9747.9856.27
HexC55AB50368171353038
Octal30513226506610274656070
Binary110001011011010101101010110110100010111100110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AB5; }

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

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

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

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

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

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

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

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