#C55ABA

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

Shades of Fuchsia #C55ABA

Tints of Fuchsia #C55ABA

Color information

#C55ABA (or 0xC55ABA) is unknown color: approx Fuchsia. HEX triplet: C5, 5A and BA. RGB value is (197,90,186). Sum of RGB (Red+Green+Blue) = 197+90+186=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABA is #3AA545. Grayscale: #848484. Windows color (decimal): -3843398 or 12212933. OLE color: 12212933.

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

Color convert

RGB19790186-
CMYK00.540.060.23
HSL306.17º47.98%56.27%-
HSV(B)306.17º54.31%77.25%-
XYZ35.5522.7348.97-
YUV132.94157.95173.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=41.65%
G=19.03%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979018600.540.060.23306.1747.9856.27
HexC55ABA0366171323038
Octal3051322720666274626070
Binary11000101101101010111010011011011010111100110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55ABA; }

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

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

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

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

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

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

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

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