#CE41D4

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

Shades of Fuchsia #CE41D4

Tints of Fuchsia #CE41D4

Color information

#CE41D4 (or 0xCE41D4) is unknown color: approx Fuchsia. HEX triplet: CE, 41 and D4. RGB value is (206,65,212). Sum of RGB (Red+Green+Blue) = 206+65+212=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE41D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D4 is #31BE2B. Grayscale: #7B7B7B. Windows color (decimal): -3259948 or 13910478. OLE color: 13910478.

HSL color Cylindrical-coordinate representation of color #CE41D4: hue angle of 297.55º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE41D4 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20665212-
CMYK0.030.6900.17
HSL297.55º63.09%54.31%-
HSV(B)297.55º69.34%83.14%-
XYZ39.2321.6664.4-
YUV123.92177.71186.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 65 (25.78% from 255) = 13.46%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=42.65%
G=13.46%
B=43.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal206652120.030.6900.17297.5563.0954.31
HexCE41D434501112a3f36
Octal31610132431050214527766
Binary11001110100000111010100111000101010001100101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE41D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE41D4; }

 p { color: rgb(206,65,212); }

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

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

 a { background-color: rgb(206,65,212); }

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

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

 span { border-color: rgb(206,65,212); }

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