#CE5BAE

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

Shades of Fuchsia #CE5BAE

Tints of Fuchsia #CE5BAE

Color information

#CE5BAE (or 0xCE5BAE) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and AE. RGB value is (206,91,174). Sum of RGB (Red+Green+Blue) = 206+91+174=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BAE is #31A451. Grayscale: #868686. Windows color (decimal): -3253330 or 11426766. OLE color: 11426766.

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

Color convert

RGB20691174-
CMYK00.560.160.19
HSL316.7º53.99%58.24%-
HSV(B)316.7º55.83%80.78%-
XYZ36.8323.6642.67-
YUV134.85150.1178.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 91 (35.94% from 255) = 19.32%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=43.74%
G=19.32%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069117400.560.160.19316.753.9958.24
HexCE5BAE038101313d363a
Octal31613325607020234756672
Binary1100111010110111010111001110001000010011100111101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BAE; }

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

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

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

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

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

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

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

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