#CE59D2

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

Shades of Fuchsia #CE59D2

Tints of Fuchsia #CE59D2

Color information

#CE59D2 (or 0xCE59D2) is unknown color: approx Fuchsia. HEX triplet: CE, 59 and D2. RGB value is (206,89,210). Sum of RGB (Red+Green+Blue) = 206+89+210=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #CE59D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59D2 is #31A62D. Grayscale: #898989. Windows color (decimal): -3253806 or 13785550. OLE color: 13785550.

HSL color Cylindrical-coordinate representation of color #CE59D2: hue angle of 298.02º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE59D2 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20689210-
CMYK0.020.5800.18
HSL298.02º57.35%58.63%-
HSV(B)298.02º57.62%82.35%-
XYZ40.6624.9263.64-
YUV137.78168.76176.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.79%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 210 (82.42% from 255) = 41.58%
R=40.79%
G=17.62%
B=41.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206892100.020.5800.18298.0257.3558.63
HexCE59D223A01212a393b
Octal3161313222720224527173
Binary1100111010110011101001010111010010010100101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE59D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE59D2; }

 p { color: rgb(206,89,210); }

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

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

 a { background-color: rgb(206,89,210); }

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

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

 span { border-color: rgb(206,89,210); }

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