#CE2DD3

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

Shades of Fuchsia #CE2DD3

Tints of Fuchsia #CE2DD3

Color information

#CE2DD3 (or 0xCE2DD3) is unknown color: approx Fuchsia. HEX triplet: CE, 2D and D3. RGB value is (206,45,211). Sum of RGB (Red+Green+Blue) = 206+45+211=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 45 (17.97% from 255 or 9.74% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE2DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD3 is #31D22C. Grayscale: #6F6F6F. Windows color (decimal): -3265069 or 13839822. OLE color: 13839822.

HSL color Cylindrical-coordinate representation of color #CE2DD3: hue angle of 298.19º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2DD3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20645211-
CMYK0.020.7900.17
HSL298.19º65.35%50.2%-
HSV(B)298.19º78.67%82.75%-
XYZ38.1519.763.42-
YUV112.06183.84195-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 45 (17.97% from 255) = 9.74%
BLUE value IS 211 (82.81% from 255) = 45.67%
R=44.59%
G=9.74%
B=45.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206452110.020.7900.17298.1965.3550.2
HexCE2DD324F01112a4132
Octal31655323211702145210162
Binary11001110101101110100111010011110100011001010101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE2DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE2DD3; }

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

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

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

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

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

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

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

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