#C159AD

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

Shades of Fuchsia #C159AD

Tints of Fuchsia #C159AD

Color information

#C159AD (or 0xC159AD) is unknown color: approx Fuchsia. HEX triplet: C1, 59 and AD. RGB value is (193,89,173). Sum of RGB (Red+Green+Blue) = 193+89+173=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C159AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159AD is #3EA652. Grayscale: #818181. Windows color (decimal): -4105811 or 11360705. OLE color: 11360705.

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

Color convert

RGB19389173-
CMYK00.540.100.24
HSL311.54º45.61%55.29%-
HSV(B)311.54º53.89%75.69%-
XYZ33.1121.541.94-
YUV129.67152.46173.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=42.42%
G=19.56%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938917300.540.100.24311.5445.6155.29
HexC159AD036A181382e37
Octal30113125506612304705667
Binary110000011011001101011010110110101011000100111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C159AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C159AD; }

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

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

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

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

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

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

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

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