#CE55BF

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

Shades of Fuchsia #CE55BF

Tints of Fuchsia #CE55BF

Color information

#CE55BF (or 0xCE55BF) is unknown color: approx Fuchsia. HEX triplet: CE, 55 and BF. RGB value is (206,85,191). Sum of RGB (Red+Green+Blue) = 206+85+191=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE55BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55BF is #31AA40. Grayscale: #848484. Windows color (decimal): -3254849 or 12539342. OLE color: 12539342.

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

Color convert

RGB20685191-
CMYK00.590.070.19
HSL307.44º55.25%57.06%-
HSV(B)307.44º58.74%80.78%-
XYZ38.1123.3851.79-
YUV133.26160.59179.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 85 (33.59% from 255) = 17.63%
BLUE value IS 191 (75% from 255) = 39.63%
R=42.74%
G=17.63%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068519100.590.070.19307.4455.2557.06
HexCE55BF03B7131333739
Octal3161252770737234636771
Binary11001110101010110111111011101111110011100110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE55BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE55BF; }

 p { color: rgb(206,85,191); }

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

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

 a { background-color: rgb(206,85,191); }

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

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

 span { border-color: rgb(206,85,191); }

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