#C55ABF

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

Shades of Fuchsia #C55ABF

Tints of Fuchsia #C55ABF

Color information

#C55ABF (or 0xC55ABF) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and BF. RGB value is (197,90,191). Sum of RGB (Red+Green+Blue) = 197+90+191=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABF is #3AA540. Grayscale: #858585. Windows color (decimal): -3843393 or 12540613. OLE color: 12540613.

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

Color convert

RGB19790191-
CMYK00.540.030.23
HSL303.36º47.98%56.27%-
HSV(B)303.36º54.31%77.25%-
XYZ36.0922.9451.82-
YUV133.51160.45173.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 90 (35.55% from 255) = 18.83%
BLUE value IS 191 (75% from 255) = 39.96%
R=41.21%
G=18.83%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979019100.540.030.23303.3647.9856.27
HexC55ABF03631712f3038
Octal3051322770663274576070
Binary1100010110110101011111101101101110111100101111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55ABF; }

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

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

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

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

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

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

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

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