#CE3EC8

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

Shades of Fuchsia #CE3EC8

Tints of Fuchsia #CE3EC8

Color information

#CE3EC8 (or 0xCE3EC8) is unknown color: approx Fuchsia. HEX triplet: CE, 3E and C8. RGB value is (206,62,200). Sum of RGB (Red+Green+Blue) = 206+62+200=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EC8 is #31C137. Grayscale: #787878. Windows color (decimal): -3260728 or 13123278. OLE color: 13123278.

HSL color Cylindrical-coordinate representation of color #CE3EC8: hue angle of 302.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3EC8 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20662200-
CMYK00.700.030.19
HSL302.5º59.5%52.55%-
HSV(B)302.5º69.9%80.78%-
XYZ37.620.7456.66-
YUV120.79172.71188.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.02%
GREEN value IS 62 (24.61% from 255) = 13.25%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=44.02%
G=13.25%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066220000.700.030.19302.559.552.55
HexCE3EC804631312e3c35
Octal3167631001063234567465
Binary1100111011111011001000010001101110011100101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3EC8; }

 p { color: rgb(206,62,200); }

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

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

 a { background-color: rgb(206,62,200); }

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

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

 span { border-color: rgb(206,62,200); }

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