#CE5AC8

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

Shades of Fuchsia #CE5AC8

Tints of Fuchsia #CE5AC8

Color information

#CE5AC8 (or 0xCE5AC8) is unknown color: approx Fuchsia. HEX triplet: CE, 5A and C8. RGB value is (206,90,200). Sum of RGB (Red+Green+Blue) = 206+90+200=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 200 (78.52% from 255 or 40.32% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AC8 is #31A537. Grayscale: #888888. Windows color (decimal): -3253560 or 13130446. OLE color: 13130446.

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

Color convert

RGB20690200-
CMYK00.560.030.19
HSL303.1º54.21%58.04%-
HSV(B)303.1º56.31%80.78%-
XYZ39.5424.657.31-
YUV137.22163.43177.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.53%
GREEN value IS 90 (35.55% from 255) = 18.15%
BLUE value IS 200 (78.52% from 255) = 40.32%
R=41.53%
G=18.15%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069020000.560.030.19303.154.2158.04
HexCE5AC803831312f363a
Octal3161323100703234576672
Binary1100111010110101100100001110001110011100101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5AC8; }

 p { color: rgb(206,90,200); }

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

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

 a { background-color: rgb(206,90,200); }

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

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

 span { border-color: rgb(206,90,200); }

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