#C159AB

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

Shades of Fuchsia #C159AB

Tints of Fuchsia #C159AB

Color information

#C159AB (or 0xC159AB) is unknown color: approx Fuchsia. HEX triplet: C1, 59 and AB. RGB value is (193,89,171). Sum of RGB (Red+Green+Blue) = 193+89+171=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AB is #3EA654. Grayscale: #818181. Windows color (decimal): -4105813 or 11229633. OLE color: 11229633.

HSL color Cylindrical-coordinate representation of color #C159AB: hue angle of 312.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C159AB is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19389171-
CMYK00.540.110.24
HSL312.69º45.61%55.29%-
HSV(B)312.69º53.89%75.69%-
XYZ32.9221.4240.93-
YUV129.44151.46173.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=42.60%
G=19.65%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938917100.540.110.24312.6945.6155.29
HexC159AB036B181392e37
Octal30113125306613304715667
Binary110000011011001101010110110110101111000100111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159AB; }

 p { color: rgb(193,89,171); }

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

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

 a { background-color: rgb(193,89,171); }

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

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

 span { border-color: rgb(193,89,171); }

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