#C46CAE

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

Shades of Fuchsia #C46CAE

Tints of Fuchsia #C46CAE

Color information

#C46CAE (or 0xC46CAE) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and AE. RGB value is (196,108,174). Sum of RGB (Red+Green+Blue) = 196+108+174=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CAE is #3B9351. Grayscale: #8D8D8D. Windows color (decimal): -3904338 or 11431108. OLE color: 11431108.

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

Color convert

RGB196108174-
CMYK00.450.110.23
HSL315º42.72%59.61%-
HSV(B)315º44.9%76.86%-
XYZ35.7725.5243.08-
YUV141.84146.15166.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=41.00%
G=22.59%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610817400.450.110.2331542.7259.61
HexC46CAE02DB1713b2b3c
Octal30415425605513274735374
Binary110001001101100101011100101101101110111100111011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CAE; }

 p { color: rgb(196,108,174); }

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

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

 a { background-color: rgb(196,108,174); }

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

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

 span { border-color: rgb(196,108,174); }

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