#CE5BAF

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

Shades of Fuchsia #CE5BAF

Tints of Fuchsia #CE5BAF

Color information

#CE5BAF (or 0xCE5BAF) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and AF. RGB value is (206,91,175). Sum of RGB (Red+Green+Blue) = 206+91+175=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BAF is #31A450. Grayscale: #868686. Windows color (decimal): -3253329 or 11492302. OLE color: 11492302.

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

Color convert

RGB20691175-
CMYK00.560.150.19
HSL316.17º53.99%58.24%-
HSV(B)316.17º55.83%80.78%-
XYZ36.9323.743.19-
YUV134.96150.6178.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.64%
GREEN value IS 91 (35.94% from 255) = 19.28%
BLUE value IS 175 (68.75% from 255) = 37.08%
R=43.64%
G=19.28%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069117500.560.150.19316.1753.9958.24
HexCE5BAF038F1313c363a
Octal31613325707017234746672
Binary110011101011011101011110111000111110011100111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BAF; }

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

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

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

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

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

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

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

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