#C55BB6

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

Shades of Fuchsia #C55BB6

Tints of Fuchsia #C55BB6

Color information

#C55BB6 (or 0xC55BB6) is unknown color: approx Fuchsia. HEX triplet: C5, 5B and B6. RGB value is (197,91,182). Sum of RGB (Red+Green+Blue) = 197+91+182=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BB6 is #3AA449. Grayscale: #848484. Windows color (decimal): -3843146 or 11951045. OLE color: 11951045.

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

Color convert

RGB19791182-
CMYK00.540.080.23
HSL308.49º47.75%56.47%-
HSV(B)308.49º53.81%77.25%-
XYZ35.2122.7346.79-
YUV133.07155.62173.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 91 (35.94% from 255) = 19.36%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=41.91%
G=19.36%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979118200.540.080.23308.4947.7556.47
HexC55BB60368171343038
Octal30513326606610274646070
Binary110001011011011101101100110110100010111100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55BB6; }

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

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

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

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

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

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

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

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