#C46DAF

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

Shades of Fuchsia #C46DAF

Tints of Fuchsia #C46DAF

Color information

#C46DAF (or 0xC46DAF) is unknown color: approx Fuchsia. HEX triplet: C4, 6D and AF. RGB value is (196,109,175). Sum of RGB (Red+Green+Blue) = 196+109+175=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C46DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46DAF is #3B9250. Grayscale: #8E8E8E. Windows color (decimal): -3904081 or 11496900. OLE color: 11496900.

HSL color Cylindrical-coordinate representation of color #C46DAF: hue angle of 314.48º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46DAF is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196109175-
CMYK00.440.110.23
HSL314.48º42.44%59.8%-
HSV(B)314.48º44.39%76.86%-
XYZ35.9725.7743.64-
YUV142.54146.32166.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=40.83%
G=22.71%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610917500.440.110.23314.4842.4459.8
HexC46DAF02CB1713a2a3c
Octal30415525705413274725274
Binary110001001101101101011110101100101110111100111010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46DAF; }

 p { color: rgb(196,109,175); }

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

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

 a { background-color: rgb(196,109,175); }

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

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

 span { border-color: rgb(196,109,175); }

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