#C76BAE

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

Shades of Fuchsia #C76BAE

Tints of Fuchsia #C76BAE

Color information

#C76BAE (or 0xC76BAE) is unknown color: approx Fuchsia. HEX triplet: C7, 6B and AE. RGB value is (199,107,174). Sum of RGB (Red+Green+Blue) = 199+107+174=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76BAE is #389451. Grayscale: #8D8D8D. Windows color (decimal): -3707986 or 11430855. OLE color: 11430855.

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

Color convert

RGB199107174-
CMYK00.460.130.22
HSL316.3º45.1%60%-
HSV(B)316.3º46.23%78.04%-
XYZ36.4525.7143.09-
YUV142.15145.98168.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.46%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 174 (68.36% from 255) = 36.25%
R=41.46%
G=22.29%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910717400.460.130.22316.345.160
HexC76BAE02ED1613c2d3c
Octal30715325605615264745574
Binary110001111101011101011100101110110110110100111100101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BAE; }

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

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

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

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

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

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

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

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