#CE59AD

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

Shades of Fuchsia #CE59AD

Tints of Fuchsia #CE59AD

Color information

#CE59AD (or 0xCE59AD) is unknown color: approx Fuchsia. HEX triplet: CE, 59 and AD. RGB value is (206,89,173). Sum of RGB (Red+Green+Blue) = 206+89+173=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE59AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE59AD is #31A652. Grayscale: #858585. Windows color (decimal): -3253843 or 11360718. OLE color: 11360718.

HSL color Cylindrical-coordinate representation of color #CE59AD: hue angle of 316.92º 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 #CE59AD is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB20689173-
CMYK00.570.160.19
HSL316.92º54.42%57.84%-
HSV(B)316.92º56.8%80.78%-
XYZ36.5723.2842.1-
YUV133.56150.26179.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=44.02%
G=19.02%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068917300.570.160.19316.9254.4257.84
HexCE59AD039101313d363a
Octal31613125507120234756672
Binary1100111010110011010110101110011000010011100111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59AD; }

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

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

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

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

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

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

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

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