#C55BAF

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

Shades of Fuchsia #C55BAF

Tints of Fuchsia #C55BAF

Color information

#C55BAF (or 0xC55BAF) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and AF. RGB value is (197,91,175). Sum of RGB (Red+Green+Blue) = 197+91+175=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BAF is #3AA450. Grayscale: #848484. Windows color (decimal): -3843153 or 11492293. OLE color: 11492293.

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

Color convert

RGB19791175-
CMYK00.540.110.23
HSL312.45º47.75%56.47%-
HSV(B)312.45º53.81%77.25%-
XYZ34.522.4543.07-
YUV132.27152.12174.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 91 (35.94% from 255) = 19.65%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=42.55%
G=19.65%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979117500.540.110.23312.4547.7556.47
HexC55BAF036B171383038
Octal30513325706613274706070
Binary110001011011011101011110110110101110111100111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BAF; }

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

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

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

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

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

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

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

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