#C76FBA

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

Shades of Fuchsia #C76FBA

Tints of Fuchsia #C76FBA

Color information

#C76FBA (or 0xC76FBA) is unknown color: approx Fuchsia. HEX triplet: C7, 6F and BA. RGB value is (199,111,186). Sum of RGB (Red+Green+Blue) = 199+111+186=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBA is #389045. Grayscale: #919191. Windows color (decimal): -3706950 or 12218311. OLE color: 12218311.

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

Color convert

RGB199111186-
CMYK00.440.070.22
HSL308.86º44%60.78%-
HSV(B)308.86º44.22%78.04%-
XYZ38.127.0649.67-
YUV145.86150.65165.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.12%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=40.12%
G=22.38%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911118600.440.070.22308.864460.78
HexC76FBA02C7161352c3d
Octal3071572720547264655475
Binary11000111110111110111010010110011110110100110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FBA; }

 p { color: rgb(199,111,186); }

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

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

 a { background-color: rgb(199,111,186); }

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

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

 span { border-color: rgb(199,111,186); }

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