#ce3daf

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

Shades of Fuchsia #CE3DAF

Tints of Fuchsia #CE3DAF

Color information

#CE3DAF (or 0xCE3DAF) is unknown color: approx Fuchsia. HEX triplet: CE, 3D and AF. RGB value is (206,61,175). Sum of RGB (Red+Green+Blue) = 206+61+175=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE3DAF is #31C250. Grayscale: #757575. Windows color (decimal): -3261009 or 11484622. OLE color: 11484622.

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

Color convert

RGB20661175-
CMYK00.700.150.19
HSL312.83º59.67%52.35%-
HSV(B)312.83º70.39%80.78%-
XYZ34.8619.5542.49-
YUV117.35160.54191.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 61 (24.22% from 255) = 13.80%
BLUE value IS 175 (68.75% from 255) = 39.59%
R=46.61%
G=13.80%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2066117500.700.150.19312.8359.6752.35
HexCE3DAF046F131393c34
Octal31675257010617234717464
Binary110011101111011010111101000110111110011100111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3daf; }

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

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

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

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

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

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

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

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