#C159BE

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

Shades of Fuchsia #C159BE

Tints of Fuchsia #C159BE

Color information

#C159BE (or 0xC159BE) is unknown color: approx Fuchsia. HEX triplet: C1, 59 and BE. RGB value is (193,89,190). Sum of RGB (Red+Green+Blue) = 193+89+190=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C159BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C159BE is #3EA641. Grayscale: #838383. Windows color (decimal): -4105794 or 12474817. OLE color: 12474817.

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

Color convert

RGB19389190-
CMYK00.540.020.24
HSL301.73º45.61%55.29%-
HSV(B)301.73º53.89%75.69%-
XYZ34.8622.251.16-
YUV131.61160.96171.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 89 (35.16% from 255) = 18.86%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=40.89%
G=18.86%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938919000.540.020.24301.7345.6155.29
HexC159BE03621812e2e37
Octal3011312760662304565667
Binary1100000110110011011111001101101011000100101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159BE; }

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

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

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

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

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

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

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

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