#C76AAE

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

Shades of Fuchsia #C76AAE

Tints of Fuchsia #C76AAE

Color information

#C76AAE (or 0xC76AAE) is unknown color: approx Fuchsia. HEX triplet: C7, 6A and AE. RGB value is (199,106,174). Sum of RGB (Red+Green+Blue) = 199+106+174=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76AAE is #389551. Grayscale: #8D8D8D. Windows color (decimal): -3708242 or 11430599. OLE color: 11430599.

HSL color Cylindrical-coordinate representation of color #C76AAE: hue angle of 316.13º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76AAE is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB199106174-
CMYK00.470.130.22
HSL316.13º45.37%59.8%-
HSV(B)316.13º46.73%78.04%-
XYZ36.3525.5143.05-
YUV141.56146.31168.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=41.54%
G=22.13%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910617400.470.130.22316.1345.3759.8
HexC76AAE02FD1613c2d3c
Octal30715225605715264745574
Binary110001111101010101011100101111110110110100111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76AAE; }

 p { color: rgb(199,106,174); }

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

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

 a { background-color: rgb(199,106,174); }

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

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

 span { border-color: rgb(199,106,174); }

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