#CE37B4

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

Shades of Fuchsia #CE37B4

Tints of Fuchsia #CE37B4

Color information

#CE37B4 (or 0xCE37B4) is unknown color: approx Fuchsia. HEX triplet: CE, 37 and B4. RGB value is (206,55,180). Sum of RGB (Red+Green+Blue) = 206+55+180=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE37B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37B4 is #31C84B. Grayscale: #727272. Windows color (decimal): -3262540 or 11810766. OLE color: 11810766.

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

Color convert

RGB20655180-
CMYK00.730.130.19
HSL310.33º60.64%51.18%-
HSV(B)310.33º73.3%80.78%-
XYZ35.0619.1545.03-
YUV114.4165.03193.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 55 (21.88% from 255) = 12.47%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=46.71%
G=12.47%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2065518000.730.130.19310.3360.6451.18
HexCE37B4049D131363d33
Octal31667264011115234667563
Binary110011101101111011010001001001110110011100110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE37B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE37B4; }

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

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

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

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

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

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

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

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