#CE46B8

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

Shades of Fuchsia #CE46B8

Tints of Fuchsia #CE46B8

Color information

#CE46B8 (or 0xCE46B8) is unknown color: approx Fuchsia. HEX triplet: CE, 46 and B8. RGB value is (206,70,184). Sum of RGB (Red+Green+Blue) = 206+70+184=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 70 (27.73% from 255 or 15.22% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE46B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE46B8 is #31B947. Grayscale: #7B7B7B. Windows color (decimal): -3258696 or 12076750. OLE color: 12076750.

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

Color convert

RGB20670184-
CMYK00.660.110.19
HSL309.71º58.12%54.12%-
HSV(B)309.71º66.02%80.78%-
XYZ36.320.9647.48-
YUV123.66162.06186.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 70 (27.73% from 255) = 15.22%
BLUE value IS 184 (72.27% from 255) = 40%
R=44.78%
G=15.22%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067018400.660.110.19309.7158.1254.12
HexCE46B8042B131363a36
Octal316106270010213234667266
Binary1100111010001101011100001000010101110011100110110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE46B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE46B8; }

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

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

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

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

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

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

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

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