#C76EB8

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

Shades of Fuchsia #C76EB8

Tints of Fuchsia #C76EB8

Color information

#C76EB8 (or 0xC76EB8) is unknown color: approx Fuchsia. HEX triplet: C7, 6E and B8. RGB value is (199,110,184). Sum of RGB (Red+Green+Blue) = 199+110+184=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EB8 is #389147. Grayscale: #909090. Windows color (decimal): -3707208 or 12086983. OLE color: 12086983.

HSL color Cylindrical-coordinate representation of color #C76EB8: hue angle of 310.11º 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 #C76EB8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB199110184-
CMYK00.450.080.22
HSL310.11º44.28%60.59%-
HSV(B)310.11º44.72%78.04%-
XYZ37.7826.7548.52-
YUV145.05149.99166.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 184 (72.27% from 255) = 37.32%
R=40.37%
G=22.31%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911018400.450.080.22310.1144.2860.59
HexC76EB802D8161362c3d
Octal30715627005510264665475
Binary110001111101110101110000101101100010110100110110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76EB8; }

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

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

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

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

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

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

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

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