#CE65AF

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

Shades of Fuchsia #CE65AF

Tints of Fuchsia #CE65AF

Color information

#CE65AF (or 0xCE65AF) is unknown color: approx Fuchsia. HEX triplet: CE, 65 and AF. RGB value is (206,101,175). Sum of RGB (Red+Green+Blue) = 206+101+175=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE65AF is #319A50. Grayscale: #8C8C8C. Windows color (decimal): -3250769 or 11494862. OLE color: 11494862.

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

Color convert

RGB206101175-
CMYK00.510.150.19
HSL317.71º51.72%60.2%-
HSV(B)317.71º50.97%80.78%-
XYZ37.8525.5243.49-
YUV140.83147.29174.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.74%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 175 (68.75% from 255) = 36.31%
R=42.74%
G=20.95%
B=36.31%

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
Decimal20610117500.510.150.19317.7151.7260.2
HexCE65AF033F1313e343c
Octal31614525706317234766474
Binary110011101100101101011110110011111110011100111110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE65AF; }

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

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

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

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

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

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

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

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