#CE4EB0

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

Shades of Fuchsia #CE4EB0

Tints of Fuchsia #CE4EB0

Color information

#CE4EB0 (or 0xCE4EB0) is unknown color: approx Fuchsia. HEX triplet: CE, 4E and B0. RGB value is (206,78,176). Sum of RGB (Red+Green+Blue) = 206+78+176=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 176 (69.14% from 255 or 38.26% from 460); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EB0 is #31B14F. Grayscale: #7F7F7F. Windows color (decimal): -3256656 or 11554510. OLE color: 11554510.

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

Color convert

RGB20678176-
CMYK00.620.150.19
HSL314.06º56.64%55.69%-
HSV(B)314.06º62.14%80.78%-
XYZ36.0121.7143.37-
YUV127.44155.41184.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.78%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 176 (69.14% from 255) = 38.26%
R=44.78%
G=16.96%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067817600.620.150.19314.0656.6455.69
HexCE4EB003EF1313a3938
Octal31611626007617234727170
Binary110011101001110101100000111110111110011100111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4EB0; }

 p { color: rgb(206,78,176); }

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

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

 a { background-color: rgb(206,78,176); }

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

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

 span { border-color: rgb(206,78,176); }

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