#CE35B8

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

Shades of Fuchsia #CE35B8

Tints of Fuchsia #CE35B8

Color information

#CE35B8 (or 0xCE35B8) is unknown color: approx Fuchsia. HEX triplet: CE, 35 and B8. RGB value is (206,53,184). Sum of RGB (Red+Green+Blue) = 206+53+184=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE35B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35B8 is #31CA47. Grayscale: #717171. Windows color (decimal): -3263048 or 12072398. OLE color: 12072398.

HSL color Cylindrical-coordinate representation of color #CE35B8: hue angle of 308.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE35B8 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20653184-
CMYK00.740.110.19
HSL308.63º60.96%50.78%-
HSV(B)308.63º74.27%80.78%-
XYZ35.3819.1347.17-
YUV113.68167.69193.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 53 (21.09% from 255) = 11.96%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=46.50%
G=11.96%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065318400.740.110.19308.6360.9650.78
HexCE35B804AB131353d33
Octal31665270011213234657563
Binary110011101101011011100001001010101110011100110101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE35B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE35B8; }

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

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

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

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

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

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

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

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