#CE4FC1

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

Shades of Fuchsia #CE4FC1

Tints of Fuchsia #CE4FC1

Color information

#CE4FC1 (or 0xCE4FC1) is unknown color: approx Fuchsia. HEX triplet: CE, 4F and C1. RGB value is (206,79,193). Sum of RGB (Red+Green+Blue) = 206+79+193=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 79 (31.25% from 255 or 16.53% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FC1 is #31B03E. Grayscale: #818181. Windows color (decimal): -3256383 or 12668878. OLE color: 12668878.

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

Color convert

RGB20679193-
CMYK00.620.060.19
HSL306.14º56.44%55.88%-
HSV(B)306.14º61.65%80.78%-
XYZ37.8822.5652.81-
YUV129.97163.58182.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.10%
GREEN value IS 79 (31.25% from 255) = 16.53%
BLUE value IS 193 (75.78% from 255) = 40.38%
R=43.10%
G=16.53%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067919300.620.060.19306.1456.4455.88
HexCE4FC103E6131323838
Octal3161173010766234627070
Binary11001110100111111000001011111011010011100110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FC1; }

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

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

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

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

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

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

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

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