#CE33B0

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

Shades of Fuchsia #CE33B0

Tints of Fuchsia #CE33B0

Color information

#CE33B0 (or 0xCE33B0) is unknown color: approx Fuchsia. HEX triplet: CE, 33 and B0. RGB value is (206,51,176). Sum of RGB (Red+Green+Blue) = 206+51+176=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE33B0 is #31CC4F. Grayscale: #6F6F6F. Windows color (decimal): -3263568 or 11547598. OLE color: 11547598.

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

Color convert

RGB20651176-
CMYK00.750.150.19
HSL311.61º61.26%50.39%-
HSV(B)311.61º75.24%80.78%-
XYZ34.4718.6242.85-
YUV111.6164.35195.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.58%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 176 (69.14% from 255) = 40.65%
R=47.58%
G=11.78%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065117600.750.150.19311.6161.2650.39
HexCE33B004BF131383d32
Octal31663260011317234707562
Binary110011101100111011000001001011111110011100111000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE33B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE33B0; }

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

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

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

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

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

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

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

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