#CE59AC

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

Shades of Fuchsia #CE59AC

Tints of Fuchsia #CE59AC

Color information

#CE59AC (or 0xCE59AC) is unknown color: approx Fuchsia. HEX triplet: CE, 59 and AC. RGB value is (206,89,172). Sum of RGB (Red+Green+Blue) = 206+89+172=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59AC is #31A653. Grayscale: #858585. Windows color (decimal): -3253844 or 11295182. OLE color: 11295182.

HSL color Cylindrical-coordinate representation of color #CE59AC: hue angle of 317.44º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE59AC is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20689172-
CMYK00.570.170.19
HSL317.44º54.42%57.84%-
HSV(B)317.44º56.8%80.78%-
XYZ36.4723.2541.59-
YUV133.44149.76179.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=44.11%
G=19.06%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068917200.570.170.19317.4454.4257.84
HexCE59AC039111313d363a
Octal31613125407121234756672
Binary1100111010110011010110001110011000110011100111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59AC; }

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

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

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

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

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

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

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

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