#CE54BC

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

Shades of Fuchsia #CE54BC

Tints of Fuchsia #CE54BC

Color information

#CE54BC (or 0xCE54BC) is unknown color: approx Fuchsia. HEX triplet: CE, 54 and BC. RGB value is (206,84,188). Sum of RGB (Red+Green+Blue) = 206+84+188=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54BC is #31AB43. Grayscale: #848484. Windows color (decimal): -3255108 or 12342478. OLE color: 12342478.

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

Color convert

RGB20684188-
CMYK00.590.090.19
HSL308.85º55.45%56.86%-
HSV(B)308.85º59.22%80.78%-
XYZ37.723.0950.05-
YUV132.33159.42180.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 84 (33.20% from 255) = 17.57%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=43.10%
G=17.57%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068418800.590.090.19308.8555.4556.86
HexCE54BC03B9131353739
Octal31612427407311234656771
Binary110011101010100101111000111011100110011100110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54BC; }

 p { color: rgb(206,84,188); }

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

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

 a { background-color: rgb(206,84,188); }

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

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

 span { border-color: rgb(206,84,188); }

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