#C776B6

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

Shades of Fuchsia #C776B6

Tints of Fuchsia #C776B6

Color information

#C776B6 (or 0xC776B6) is unknown color: approx Fuchsia. HEX triplet: C7, 76 and B6. RGB value is (199,118,182). Sum of RGB (Red+Green+Blue) = 199+118+182=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C776B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C776B6 is #388949. Grayscale: #959595. Windows color (decimal): -3705162 or 11957959. OLE color: 11957959.

HSL color Cylindrical-coordinate representation of color #C776B6: hue angle of 312.59º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C776B6 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB199118182-
CMYK00.410.090.22
HSL312.59º41.97%62.16%-
HSV(B)312.59º40.7%78.04%-
XYZ38.4828.4847.72-
YUV149.51146.34163.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.88%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 182 (71.48% from 255) = 36.47%
R=39.88%
G=23.65%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911818200.410.090.22312.5941.9762.16
HexC776B60299161392a3e
Octal30716626605111264715276
Binary110001111110110101101100101001100110110100111001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C776B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C776B6; }

 p { color: rgb(199,118,182); }

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

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

 a { background-color: rgb(199,118,182); }

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

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

 span { border-color: rgb(199,118,182); }

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