#CE49B1

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

Shades of Fuchsia #CE49B1

Tints of Fuchsia #CE49B1

Color information

#CE49B1 (or 0xCE49B1) is unknown color: approx Fuchsia. HEX triplet: CE, 49 and B1. RGB value is (206,73,177). Sum of RGB (Red+Green+Blue) = 206+73+177=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 177 (69.53% from 255 or 38.82% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE49B1 is #31B64E. Grayscale: #7C7C7C. Windows color (decimal): -3257935 or 11618766. OLE color: 11618766.

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

Color convert

RGB20673177-
CMYK00.650.140.19
HSL313.08º57.58%54.71%-
HSV(B)313.08º64.56%80.78%-
XYZ35.7721.0643.77-
YUV124.62157.56186.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 73 (28.91% from 255) = 16.01%
BLUE value IS 177 (69.53% from 255) = 38.82%
R=45.18%
G=16.01%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067317700.650.140.19313.0857.5854.71
HexCE49B1041E131393a37
Octal316111261010116234717267
Binary1100111010010011011000101000001111010011100111001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE49B1; }

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

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

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

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

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

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

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

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