#CE5DC1

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

Shades of Fuchsia #CE5DC1

Tints of Fuchsia #CE5DC1

Color information

#CE5DC1 (or 0xCE5DC1) is unknown color: approx Fuchsia. HEX triplet: CE, 5D and C1. RGB value is (206,93,193). Sum of RGB (Red+Green+Blue) = 206+93+193=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DC1 is #31A23E. Grayscale: #898989. Windows color (decimal): -3252799 or 12672462. OLE color: 12672462.

HSL color Cylindrical-coordinate representation of color #CE5DC1: hue angle of 306.9º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5DC1 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB20693193-
CMYK00.550.060.19
HSL306.9º53.55%58.63%-
HSV(B)306.9º54.85%80.78%-
XYZ38.9924.853.18-
YUV138.19158.94176.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=41.87%
G=18.90%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069319300.550.060.19306.953.5558.63
HexCE5DC1037613133363b
Octal3161353010676234636673
Binary11001110101110111000001011011111010011100110011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5DC1; }

 p { color: rgb(206,93,193); }

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

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

 a { background-color: rgb(206,93,193); }

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

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

 span { border-color: rgb(206,93,193); }

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