#CE4DC1

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

Shades of Fuchsia #CE4DC1

Tints of Fuchsia #CE4DC1

Color information

#CE4DC1 (or 0xCE4DC1) is unknown color: approx Fuchsia. HEX triplet: CE, 4D and C1. RGB value is (206,77,193). Sum of RGB (Red+Green+Blue) = 206+77+193=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DC1 is #31B23E. Grayscale: #808080. Windows color (decimal): -3256895 or 12668366. OLE color: 12668366.

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

Color convert

RGB20677193-
CMYK00.630.060.19
HSL306.05º56.83%55.49%-
HSV(B)306.05º62.62%80.78%-
XYZ37.7322.2852.76-
YUV128.79164.24183.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.28%
GREEN value IS 77 (30.47% from 255) = 16.18%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=43.28%
G=16.18%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067719300.630.060.19306.0556.8355.49
HexCE4DC103F6131323937
Octal3161153010776234627167
Binary11001110100110111000001011111111010011100110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4DC1; }

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

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

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

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

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

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

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

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