#CE5FB1

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

Shades of Fuchsia #CE5FB1

Tints of Fuchsia #CE5FB1

Color information

#CE5FB1 (or 0xCE5FB1) is unknown color: approx Fuchsia. HEX triplet: CE, 5F and B1. RGB value is (206,95,177). Sum of RGB (Red+Green+Blue) = 206+95+177=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5FB1 is #31A04E. Grayscale: #898989. Windows color (decimal): -3252303 or 11624398. OLE color: 11624398.

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

Color convert

RGB20695177-
CMYK00.540.140.19
HSL315.68º53.11%59.02%-
HSV(B)315.68º53.88%80.78%-
XYZ37.4824.4844.34-
YUV137.54150.27176.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=43.10%
G=19.87%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069517700.540.140.19315.6853.1159.02
HexCE5FB1036E1313c353b
Octal31613726106616234746573
Binary110011101011111101100010110110111010011100111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5FB1; }

 p { color: rgb(206,95,177); }

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

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

 a { background-color: rgb(206,95,177); }

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

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

 span { border-color: rgb(206,95,177); }

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