#CE39AE

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

Shades of Fuchsia #CE39AE

Tints of Fuchsia #CE39AE

Color information

#CE39AE (or 0xCE39AE) is unknown color: approx Fuchsia. HEX triplet: CE, 39 and AE. RGB value is (206,57,174). Sum of RGB (Red+Green+Blue) = 206+57+174=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE39AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE39AE is #31C651. Grayscale: #727272. Windows color (decimal): -3262034 or 11418062. OLE color: 11418062.

HSL color Cylindrical-coordinate representation of color #CE39AE: hue angle of 312.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE39AE is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB20657174-
CMYK00.720.160.19
HSL312.89º60.32%51.57%-
HSV(B)312.89º72.33%80.78%-
XYZ34.5619.141.91-
YUV114.89161.36192.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=47.14%
G=13.04%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065717400.720.160.19312.8960.3251.57
HexCE39AE04810131393c34
Octal31671256011020234717464
Binary1100111011100110101110010010001000010011100111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE39AE; }

 p { color: rgb(206,57,174); }

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

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

 a { background-color: rgb(206,57,174); }

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

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

 span { border-color: rgb(206,57,174); }

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