#CE47D4

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

Shades of Fuchsia #CE47D4

Tints of Fuchsia #CE47D4

Color information

#CE47D4 (or 0xCE47D4) is unknown color: approx Fuchsia. HEX triplet: CE, 47 and D4. RGB value is (206,71,212). Sum of RGB (Red+Green+Blue) = 206+71+212=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE47D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE47D4 is #31B82B. Grayscale: #7F7F7F. Windows color (decimal): -3258412 or 13912014. OLE color: 13912014.

HSL color Cylindrical-coordinate representation of color #CE47D4: hue angle of 297.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE47D4 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20671212-
CMYK0.030.6700.17
HSL297.45º62.11%55.49%-
HSV(B)297.45º66.51%83.14%-
XYZ39.5922.3864.52-
YUV127.44175.73184.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 71 (28.12% from 255) = 14.52%
BLUE value IS 212 (83.20% from 255) = 43.35%
R=42.13%
G=14.52%
B=43.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206712120.030.6700.17297.4562.1155.49
HexCE47D43430111293e37
Octal31610732431030214517667
Binary11001110100011111010100111000011010001100101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE47D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE47D4; }

 p { color: rgb(206,71,212); }

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

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

 a { background-color: rgb(206,71,212); }

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

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

 span { border-color: rgb(206,71,212); }

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