#CE4ED2

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

Shades of Fuchsia #CE4ED2

Tints of Fuchsia #CE4ED2

Color information

#CE4ED2 (or 0xCE4ED2) is unknown color: approx Fuchsia. HEX triplet: CE, 4E and D2. RGB value is (206,78,210). Sum of RGB (Red+Green+Blue) = 206+78+210=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE4ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ED2 is #31B12D. Grayscale: #828282. Windows color (decimal): -3256622 or 13782734. OLE color: 13782734.

HSL color Cylindrical-coordinate representation of color #CE4ED2: hue angle of 298.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4ED2 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20678210-
CMYK0.020.6300.18
HSL298.18º59.46%56.47%-
HSV(B)298.18º62.86%82.35%-
XYZ39.8123.2263.36-
YUV131.32172.41181.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.70%
GREEN value IS 78 (30.86% from 255) = 15.79%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=41.70%
G=15.79%
B=42.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206782100.020.6300.18298.1859.4656.47
HexCE4ED223F01212a3b38
Octal3161163222770224527370
Binary1100111010011101101001010111111010010100101010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4ED2; }

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

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

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

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

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

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

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

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