#CE33AC

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

Shades of Fuchsia #CE33AC

Tints of Fuchsia #CE33AC

Color information

#CE33AC (or 0xCE33AC) is unknown color: approx Fuchsia. HEX triplet: CE, 33 and AC. RGB value is (206,51,172). Sum of RGB (Red+Green+Blue) = 206+51+172=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE33AC is #31CC53. Grayscale: #6E6E6E. Windows color (decimal): -3263572 or 11285454. OLE color: 11285454.

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

Color convert

RGB20651172-
CMYK00.750.170.19
HSL313.16º61.26%50.39%-
HSV(B)313.16º75.24%80.78%-
XYZ34.0818.4740.8-
YUV111.14162.35195.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=48.02%
G=11.89%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065117200.750.170.19313.1661.2650.39
HexCE33AC04B11131393d32
Octal31663254011321234717562
Binary1100111011001110101100010010111000110011100111001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE33AC; }

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

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

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

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

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

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

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

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