#C55BC6

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

Shades of Fuchsia #C55BC6

Tints of Fuchsia #C55BC6

Color information

#C55BC6 (or 0xC55BC6) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and C6. RGB value is (197,91,198). Sum of RGB (Red+Green+Blue) = 197+91+198=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #C55BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BC6 is #3AA439. Grayscale: #868686. Windows color (decimal): -3843130 or 12999621. OLE color: 12999621.

HSL color Cylindrical-coordinate representation of color #C55BC6: hue angle of 299.44º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BC6 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19791198-
CMYK0.010.5400.22
HSL299.44º48.42%56.67%-
HSV(B)299.44º54.04%77.65%-
XYZ36.9623.4356-
YUV134.89163.62172.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.53%
GREEN value IS 91 (35.94% from 255) = 18.72%
BLUE value IS 198 (77.73% from 255) = 40.74%
R=40.53%
G=18.72%
B=40.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197911980.010.5400.22299.4448.4256.67
HexC55BC613601612b3039
Octal3051333061660264536071
Binary110001011011011110001101110110010110100101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BC6; }

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

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

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

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

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

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

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

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