#CE54BD

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

Shades of Fuchsia #CE54BD

Tints of Fuchsia #CE54BD

Color information

#CE54BD (or 0xCE54BD) is unknown color: approx Fuchsia. HEX triplet: CE, 54 and BD. RGB value is (206,84,189). Sum of RGB (Red+Green+Blue) = 206+84+189=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE54BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54BD is #31AB42. Grayscale: #848484. Windows color (decimal): -3255107 or 12408014. OLE color: 12408014.

HSL color Cylindrical-coordinate representation of color #CE54BD: hue angle of 308.36º 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 #CE54BD is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB20684189-
CMYK00.590.080.19
HSL308.36º55.45%56.86%-
HSV(B)308.36º59.22%80.78%-
XYZ37.8123.1450.62-
YUV132.45159.92180.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 84 (33.20% from 255) = 17.54%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=43.01%
G=17.54%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068418900.590.080.19308.3655.4556.86
HexCE54BD03B8131343739
Octal31612427507310234646771
Binary110011101010100101111010111011100010011100110100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE54BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE54BD; }

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

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

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

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

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

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

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

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