#C76EB6

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

Shades of Fuchsia #C76EB6

Tints of Fuchsia #C76EB6

Color information

#C76EB6 (or 0xC76EB6) is unknown color: approx Fuchsia. HEX triplet: C7, 6E and B6. RGB value is (199,110,182). Sum of RGB (Red+Green+Blue) = 199+110+182=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 182 (71.48% from 255 or 37.07% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EB6 is #389149. Grayscale: #909090. Windows color (decimal): -3707210 or 11955911. OLE color: 11955911.

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

Color convert

RGB199110182-
CMYK00.450.090.22
HSL311.46º44.28%60.59%-
HSV(B)311.46º44.72%78.04%-
XYZ37.5726.6747.42-
YUV144.82148.99166.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 110 (43.36% from 255) = 22.40%
BLUE value IS 182 (71.48% from 255) = 37.07%
R=40.53%
G=22.40%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911018200.450.090.22311.4644.2860.59
HexC76EB602D9161372c3d
Octal30715626605511264675475
Binary110001111101110101101100101101100110110100110111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EB6; }

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

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

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

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

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

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

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

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