#C55BAB

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

Shades of Fuchsia #C55BAB

Tints of Fuchsia #C55BAB

Color information

#C55BAB (or 0xC55BAB) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and AB. RGB value is (197,91,171). Sum of RGB (Red+Green+Blue) = 197+91+171=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BAB is #3AA454. Grayscale: #838383. Windows color (decimal): -3843157 or 11230149. OLE color: 11230149.

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

Color convert

RGB19791171-
CMYK00.540.130.23
HSL314.72º47.75%56.47%-
HSV(B)314.72º53.81%77.25%-
XYZ34.1222.2941.03-
YUV131.81150.12174.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 171 (67.19% from 255) = 37.25%
R=42.92%
G=19.83%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979117100.540.130.23314.7247.7556.47
HexC55BAB036D1713b3038
Octal30513325306615274736070
Binary110001011011011101010110110110110110111100111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BAB; }

 p { color: rgb(197,91,171); }

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

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

 a { background-color: rgb(197,91,171); }

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

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

 span { border-color: rgb(197,91,171); }

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