#CE46AB

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

Shades of Fuchsia #CE46AB

Tints of Fuchsia #CE46AB

Color information

#CE46AB (or 0xCE46AB) is unknown color: approx Fuchsia. HEX triplet: CE, 46 and AB. RGB value is (206,70,171). Sum of RGB (Red+Green+Blue) = 206+70+171=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 70 (27.73% from 255 or 15.66% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46AB is #31B954. Grayscale: #797979. Windows color (decimal): -3258709 or 11224782. OLE color: 11224782.

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

Color convert

RGB20670171-
CMYK00.660.170.19
HSL315.44º58.12%54.12%-
HSV(B)315.44º66.02%80.78%-
XYZ34.9920.4440.63-
YUV122.18155.56187.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 70 (27.73% from 255) = 15.66%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=46.09%
G=15.66%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067017100.660.170.19315.4458.1254.12
HexCE46AB042111313b3a36
Octal316106253010221234737266
Binary11001110100011010101011010000101000110011100111011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE46AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE46AB; }

 p { color: rgb(206,70,171); }

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

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

 a { background-color: rgb(206,70,171); }

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

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

 span { border-color: rgb(206,70,171); }

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