#CE4FC6

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

Shades of Fuchsia #CE4FC6

Tints of Fuchsia #CE4FC6

Color information

#CE4FC6 (or 0xCE4FC6) is unknown color: approx Fuchsia. HEX triplet: CE, 4F and C6. RGB value is (206,79,198). Sum of RGB (Red+Green+Blue) = 206+79+198=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FC6 is #31B039. Grayscale: #828282. Windows color (decimal): -3256378 or 12996558. OLE color: 12996558.

HSL color Cylindrical-coordinate representation of color #CE4FC6: hue angle of 303.78º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4FC6 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB20679198-
CMYK00.620.040.19
HSL303.78º56.44%55.88%-
HSV(B)303.78º61.65%80.78%-
XYZ38.4422.7955.8-
YUV130.54166.08181.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 79 (31.25% from 255) = 16.36%
BLUE value IS 198 (77.73% from 255) = 40.99%
R=42.65%
G=16.36%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067919800.620.040.19303.7856.4455.88
HexCE4FC603E4131303838
Octal3161173060764234607070
Binary11001110100111111000110011111010010011100110000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FC6; }

 p { color: rgb(206,79,198); }

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

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

 a { background-color: rgb(206,79,198); }

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

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

 span { border-color: rgb(206,79,198); }

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