#CE4FC7

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

Shades of Fuchsia #CE4FC7

Tints of Fuchsia #CE4FC7

Color information

#CE4FC7 (or 0xCE4FC7) is unknown color: approx Fuchsia. HEX triplet: CE, 4F and C7. RGB value is (206,79,199). Sum of RGB (Red+Green+Blue) = 206+79+199=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 199 (78.12% from 255 or 41.12% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FC7 is #31B038. Grayscale: #828282. Windows color (decimal): -3256377 or 13062094. OLE color: 13062094.

HSL color Cylindrical-coordinate representation of color #CE4FC7: hue angle of 303.31º 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 #CE4FC7 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB20679199-
CMYK00.620.030.19
HSL303.31º56.44%55.88%-
HSV(B)303.31º61.65%80.78%-
XYZ38.5622.8456.41-
YUV130.65166.58181.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 199 (78.12% from 255) = 41.12%
R=42.56%
G=16.32%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067919900.620.030.19303.3156.4455.88
HexCE4FC703E31312f3838
Octal3161173070763234577070
Binary1100111010011111100011101111101110011100101111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FC7; }

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

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

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

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

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

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

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

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