#C55BB3

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

Shades of Fuchsia #C55BB3

Tints of Fuchsia #C55BB3

Color information

#C55BB3 (or 0xC55BB3) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and B3. RGB value is (197,91,179). Sum of RGB (Red+Green+Blue) = 197+91+179=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BB3 is #3AA44C. Grayscale: #848484. Windows color (decimal): -3843149 or 11754437. OLE color: 11754437.

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

Color convert

RGB19791179-
CMYK00.540.090.23
HSL310.19º47.75%56.47%-
HSV(B)310.19º53.81%77.25%-
XYZ34.922.6145.17-
YUV132.73154.12173.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 179 (70.31% from 255) = 38.33%
R=42.18%
G=19.49%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979117900.540.090.23310.1947.7556.47
HexC55BB30369171363038
Octal30513326306611274666070
Binary110001011011011101100110110110100110111100110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BB3; }

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

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

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

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

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

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

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

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