#CE49AD

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

Shades of Fuchsia #CE49AD

Tints of Fuchsia #CE49AD

Color information

#CE49AD (or 0xCE49AD) is unknown color: approx Fuchsia. HEX triplet: CE, 49 and AD. RGB value is (206,73,173). Sum of RGB (Red+Green+Blue) = 206+73+173=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49AD is #31B652. Grayscale: #7B7B7B. Windows color (decimal): -3257939 or 11356622. OLE color: 11356622.

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

Color convert

RGB20673173-
CMYK00.650.160.19
HSL314.89º57.58%54.71%-
HSV(B)314.89º64.56%80.78%-
XYZ35.3820.941.71-
YUV124.17155.56186.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 73 (28.91% from 255) = 16.15%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=45.58%
G=16.15%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067317300.650.160.19314.8957.5854.71
HexCE49AD041101313b3a37
Octal316111255010120234737267
Binary11001110100100110101101010000011000010011100111011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE49AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE49AD; }

 p { color: rgb(206,73,173); }

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

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

 a { background-color: rgb(206,73,173); }

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

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

 span { border-color: rgb(206,73,173); }

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