#CE5BB0

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

Shades of Fuchsia #CE5BB0

Tints of Fuchsia #CE5BB0

Color information

#CE5BB0 (or 0xCE5BB0) is unknown color: approx Fuchsia. HEX triplet: CE, 5B and B0. RGB value is (206,91,176). Sum of RGB (Red+Green+Blue) = 206+91+176=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5BB0 is #31A44F. Grayscale: #868686. Windows color (decimal): -3253328 or 11557838. OLE color: 11557838.

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

Color convert

RGB20691176-
CMYK00.560.150.19
HSL315.65º53.99%58.24%-
HSV(B)315.65º55.83%80.78%-
XYZ37.0323.7443.7-
YUV135.07151.1178.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.55%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=43.55%
G=19.24%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069117600.560.150.19315.6553.9958.24
HexCE5BB0038F1313c363a
Octal31613326007017234746672
Binary110011101011011101100000111000111110011100111100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5BB0; }

 p { color: rgb(206,91,176); }

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

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

 a { background-color: rgb(206,91,176); }

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

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

 span { border-color: rgb(206,91,176); }

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