#C159AC

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

Shades of Fuchsia #C159AC

Tints of Fuchsia #C159AC

Color information

#C159AC (or 0xC159AC) is unknown color: approx Fuchsia. HEX triplet: C1, 59 and AC. RGB value is (193,89,172). Sum of RGB (Red+Green+Blue) = 193+89+172=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AC is #3EA653. Grayscale: #818181. Windows color (decimal): -4105812 or 11295169. OLE color: 11295169.

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

Color convert

RGB19389172-
CMYK00.540.110.24
HSL312.12º45.61%55.29%-
HSV(B)312.12º53.89%75.69%-
XYZ33.0121.4641.43-
YUV129.56151.96173.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=42.51%
G=19.60%
B=37.89%

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
Decimal1938917200.540.110.24312.1245.6155.29
HexC159AC036B181382e37
Octal30113125406613304705667
Binary110000011011001101011000110110101111000100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159AC; }

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

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

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

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

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

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

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

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