#ce44ae

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

Shades of Fuchsia #CE44AE

Tints of Fuchsia #CE44AE

Color information

#CE44AE (or 0xCE44AE) is unknown color: approx Fuchsia. HEX triplet: CE, 44 and AE. RGB value is (206,68,174). Sum of RGB (Red+Green+Blue) = 206+68+174=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE44AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE44AE is #31BB51. Grayscale: #797979. Windows color (decimal): -3259218 or 11420878. OLE color: 11420878.

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

Color convert

RGB20668174-
CMYK00.670.160.19
HSL313.91º58.47%53.73%-
HSV(B)313.91º66.99%80.78%-
XYZ35.1620.3142.11-
YUV121.35157.72188.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.98%
GREEN value IS 68 (26.95% from 255) = 15.18%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=45.98%
G=15.18%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066817400.670.160.19313.9158.4753.73
HexCE44AE043101313a3a36
Octal316104256010320234727266
Binary11001110100010010101110010000111000010011100111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce44ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce44ae; }

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

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

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

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

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

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

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

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