#CE37B2

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

Shades of Fuchsia #CE37B2

Tints of Fuchsia #CE37B2

Color information

#CE37B2 (or 0xCE37B2) is unknown color: approx Fuchsia. HEX triplet: CE, 37 and B2. RGB value is (206,55,178). Sum of RGB (Red+Green+Blue) = 206+55+178=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 55 (21.88% from 255 or 12.53% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE37B2 is #31C84D. Grayscale: #717171. Windows color (decimal): -3262542 or 11679694. OLE color: 11679694.

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

Color convert

RGB20655178-
CMYK00.730.140.19
HSL311.13º60.64%51.18%-
HSV(B)311.13º73.3%80.78%-
XYZ34.8619.0743.96-
YUV114.17164.03193.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 55 (21.88% from 255) = 12.53%
BLUE value IS 178 (69.92% from 255) = 40.55%
R=46.92%
G=12.53%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065517800.730.140.19311.1360.6451.18
HexCE37B2049E131373d33
Octal31667262011116234677563
Binary110011101101111011001001001001111010011100110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE37B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE37B2; }

 p { color: rgb(206,55,178); }

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

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

 a { background-color: rgb(206,55,178); }

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

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

 span { border-color: rgb(206,55,178); }

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