#CE37D0

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

Shades of Fuchsia #CE37D0

Tints of Fuchsia #CE37D0

Color information

#CE37D0 (or 0xCE37D0) is unknown color: approx Fuchsia. HEX triplet: CE, 37 and D0. RGB value is (206,55,208). Sum of RGB (Red+Green+Blue) = 206+55+208=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE37D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37D0 is #31C82F. Grayscale: #757575. Windows color (decimal): -3262512 or 13645774. OLE color: 13645774.

HSL color Cylindrical-coordinate representation of color #CE37D0: hue angle of 299.22º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE37D0 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20655208-
CMYK0.010.7400.18
HSL299.22º61.94%51.57%-
HSV(B)299.22º73.56%81.57%-
XYZ38.220.4161.6-
YUV117.59179.03191.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 55 (21.88% from 255) = 11.73%
BLUE value IS 208 (81.64% from 255) = 44.35%
R=43.92%
G=11.73%
B=44.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206552080.010.7400.18299.2261.9451.57
HexCE37D014A01212b3e34
Octal3166732011120224537664
Binary110011101101111101000011001010010010100101011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE37D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE37D0; }

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

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

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

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

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

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

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

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