#ce5ec6

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

Shades of Fuchsia #CE5EC6

Tints of Fuchsia #CE5EC6

Color information

#CE5EC6 (or 0xCE5EC6) is unknown color: approx Fuchsia. HEX triplet: CE, 5E and C6. RGB value is (206,94,198). Sum of RGB (Red+Green+Blue) = 206+94+198=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EC6 is #31A139. Grayscale: #8B8B8B. Windows color (decimal): -3252538 or 13000398. OLE color: 13000398.

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

Color convert

RGB20694198-
CMYK00.540.040.19
HSL304.29º53.33%58.82%-
HSV(B)304.29º54.37%80.78%-
XYZ39.6525.256.2-
YUV139.34161.11175.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.37%
GREEN value IS 94 (37.11% from 255) = 18.88%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=41.37%
G=18.88%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069419800.540.040.19304.2953.3358.82
HexCE5EC6036413130353b
Octal3161363060664234606573
Binary11001110101111011000110011011010010011100110000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5ec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5ec6; }

 p { color: rgb(206,94,198); }

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

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

 a { background-color: rgb(206,94,198); }

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

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

 span { border-color: rgb(206,94,198); }

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