#CE57BC

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

Shades of Fuchsia #CE57BC

Tints of Fuchsia #CE57BC

Color information

#CE57BC (or 0xCE57BC) is unknown color: approx Fuchsia. HEX triplet: CE, 57 and BC. RGB value is (206,87,188). Sum of RGB (Red+Green+Blue) = 206+87+188=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE57BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE57BC is #31A843. Grayscale: #858585. Windows color (decimal): -3254340 or 12343246. OLE color: 12343246.

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

Color convert

RGB20687188-
CMYK00.580.090.19
HSL309.08º54.84%57.45%-
HSV(B)309.08º57.77%80.78%-
XYZ37.9423.5750.13-
YUV134.09158.42179.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 87 (34.38% from 255) = 18.09%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=42.83%
G=18.09%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2068718800.580.090.19309.0854.8457.45
HexCE57BC03A9131353739
Octal31612727407211234656771
Binary110011101010111101111000111010100110011100110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE57BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE57BC; }

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

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

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

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

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

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

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

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