#CE4EB1

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

Shades of Fuchsia #CE4EB1

Tints of Fuchsia #CE4EB1

Color information

#CE4EB1 (or 0xCE4EB1) is unknown color: approx Fuchsia. HEX triplet: CE, 4E and B1. RGB value is (206,78,177). Sum of RGB (Red+Green+Blue) = 206+78+177=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EB1 is #31B14E. Grayscale: #7F7F7F. Windows color (decimal): -3256655 or 11620046. OLE color: 11620046.

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

Color convert

RGB20678177-
CMYK00.620.140.19
HSL313.59º56.64%55.69%-
HSV(B)313.59º62.14%80.78%-
XYZ36.1121.7443.89-
YUV127.56155.91183.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 78 (30.86% from 255) = 16.92%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=44.69%
G=16.92%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067817700.620.140.19313.5956.6455.69
HexCE4EB103EE1313a3938
Octal31611626107616234727170
Binary110011101001110101100010111110111010011100111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4EB1; }

 p { color: rgb(206,78,177); }

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

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

 a { background-color: rgb(206,78,177); }

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

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

 span { border-color: rgb(206,78,177); }

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