#C159B6

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

Shades of Fuchsia #C159B6

Tints of Fuchsia #C159B6

Color information

#C159B6 (or 0xC159B6) is unknown color: approx Fuchsia. HEX triplet: C1, 59 and B6. RGB value is (193,89,182). Sum of RGB (Red+Green+Blue) = 193+89+182=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C159B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159B6 is #3EA649. Grayscale: #828282. Windows color (decimal): -4105802 or 11950529. OLE color: 11950529.

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

Color convert

RGB19389182-
CMYK00.540.060.24
HSL306.35º45.61%55.29%-
HSV(B)306.35º53.89%75.69%-
XYZ34.0121.8646.68-
YUV130.7156.96172.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=41.59%
G=19.18%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938918200.540.060.24306.3545.6155.29
HexC159B60366181322e37
Octal3011312660666304625667
Binary11000001101100110110110011011011011000100110010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159B6; }

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

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

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

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

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

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

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

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