#CE47B0

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

Shades of Fuchsia #CE47B0

Tints of Fuchsia #CE47B0

Color information

#CE47B0 (or 0xCE47B0) is unknown color: approx Fuchsia. HEX triplet: CE, 47 and B0. RGB value is (206,71,176). Sum of RGB (Red+Green+Blue) = 206+71+176=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE47B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE47B0 is #31B84F. Grayscale: #7B7B7B. Windows color (decimal): -3258448 or 11552718. OLE color: 11552718.

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

Color convert

RGB20671176-
CMYK00.660.150.19
HSL313.33º57.94%54.31%-
HSV(B)313.33º65.53%80.78%-
XYZ35.5420.7643.21-
YUV123.33157.73186.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=45.47%
G=15.67%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067117600.660.150.19313.3357.9454.31
HexCE47B0042F131393a36
Octal316107260010217234717266
Binary1100111010001111011000001000010111110011100111001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE47B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE47B0; }

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

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

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

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

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

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

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

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