#CE64AF

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

Shades of Fuchsia #CE64AF

Tints of Fuchsia #CE64AF

Color information

#CE64AF (or 0xCE64AF) is unknown color: approx Fuchsia. HEX triplet: CE, 64 and AF. RGB value is (206,100,175). Sum of RGB (Red+Green+Blue) = 206+100+175=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CE64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE64AF is #319B50. Grayscale: #8C8C8C. Windows color (decimal): -3251025 or 11494606. OLE color: 11494606.

HSL color Cylindrical-coordinate representation of color #CE64AF: hue angle of 317.55º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE64AF is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB206100175-
CMYK00.510.150.19
HSL317.55º51.96%60%-
HSV(B)317.55º51.46%80.78%-
XYZ37.7525.3343.46-
YUV140.24147.62174.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 175 (68.75% from 255) = 36.38%
R=42.83%
G=20.79%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20610017500.510.150.19317.5551.9660
HexCE64AF033F1313e343c
Octal31614425706317234766474
Binary110011101100100101011110110011111110011100111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE64AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE64AF; }

 p { color: rgb(206,100,175); }

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

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

 a { background-color: rgb(206,100,175); }

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

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

 span { border-color: rgb(206,100,175); }

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