#C55AB7

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

Shades of Fuchsia #C55AB7

Tints of Fuchsia #C55AB7

Color information

#C55AB7 (or 0xC55AB7) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and B7. RGB value is (197,90,183). Sum of RGB (Red+Green+Blue) = 197+90+183=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AB7 is #3AA548. Grayscale: #848484. Windows color (decimal): -3843401 or 12016325. OLE color: 12016325.

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

Color convert

RGB19790183-
CMYK00.540.070.23
HSL307.85º47.98%56.27%-
HSV(B)307.85º54.31%77.25%-
XYZ35.2322.647.31-
YUV132.6156.45173.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 183 (71.88% from 255) = 38.94%
R=41.91%
G=19.15%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979018300.540.070.23307.8547.9856.27
HexC55AB70367171343038
Octal3051322670667274646070
Binary11000101101101010110111011011011110111100110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55AB7; }

 p { color: rgb(197,90,183); }

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

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

 a { background-color: rgb(197,90,183); }

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

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

 span { border-color: rgb(197,90,183); }

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