#CE37B0

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

Shades of Fuchsia #CE37B0

Tints of Fuchsia #CE37B0

Color information

#CE37B0 (or 0xCE37B0) is unknown color: approx Fuchsia. HEX triplet: CE, 37 and B0. RGB value is (206,55,176). Sum of RGB (Red+Green+Blue) = 206+55+176=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE37B0 is #31C84F. Grayscale: #717171. Windows color (decimal): -3262544 or 11548622. OLE color: 11548622.

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

Color convert

RGB20655176-
CMYK00.730.150.19
HSL311.92º60.64%51.18%-
HSV(B)311.92º73.3%80.78%-
XYZ34.6618.9942.91-
YUV113.94163.03193.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.14%
GREEN value IS 55 (21.88% from 255) = 12.59%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=47.14%
G=12.59%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065517600.730.150.19311.9260.6451.18
HexCE37B0049F131383d33
Octal31667260011117234707563
Binary110011101101111011000001001001111110011100111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE37B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE37B0; }

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

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

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

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

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

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

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

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