#CE2DD0

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

Shades of Fuchsia #CE2DD0

Tints of Fuchsia #CE2DD0

Color information

#CE2DD0 (or 0xCE2DD0) is unknown color: approx Fuchsia. HEX triplet: CE, 2D and D0. RGB value is (206,45,208). Sum of RGB (Red+Green+Blue) = 206+45+208=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE2DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD0 is #31D22F. Grayscale: #6F6F6F. Windows color (decimal): -3265072 or 13643214. OLE color: 13643214.

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

Color convert

RGB20645208-
CMYK0.010.7800.18
HSL299.26º64.43%49.61%-
HSV(B)299.26º78.37%81.57%-
XYZ37.7819.5561.46-
YUV111.72182.34195.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 45 (17.97% from 255) = 9.80%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=44.88%
G=9.80%
B=45.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206452080.010.7800.18299.2664.4349.61
HexCE2DD014E01212b4032
Octal31655320111602245310062
Binary1100111010110111010000110011100100101001010111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2DD0; }

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

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

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

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

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

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

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

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