#CE46AC

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

Shades of Fuchsia #CE46AC

Tints of Fuchsia #CE46AC

Color information

#CE46AC (or 0xCE46AC) is unknown color: approx Fuchsia. HEX triplet: CE, 46 and AC. RGB value is (206,70,172). Sum of RGB (Red+Green+Blue) = 206+70+172=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE46AC is #31B953. Grayscale: #7A7A7A. Windows color (decimal): -3258708 or 11290318. OLE color: 11290318.

HSL color Cylindrical-coordinate representation of color #CE46AC: hue angle of 315º 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 #CE46AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20670172-
CMYK00.660.170.19
HSL315º58.12%54.12%-
HSV(B)315º66.02%80.78%-
XYZ35.0920.4841.13-
YUV122.29156.06187.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.98%
GREEN value IS 70 (27.73% from 255) = 15.62%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=45.98%
G=15.62%
B=38.39%

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
Decimal2067017200.660.170.1931558.1254.12
HexCE46AC042111313b3a36
Octal316106254010221234737266
Binary11001110100011010101100010000101000110011100111011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE46AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE46AC; }

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

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

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

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

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

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

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

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