#C76FBC

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

Shades of Fuchsia #C76FBC

Tints of Fuchsia #C76FBC

Color information

#C76FBC (or 0xC76FBC) is unknown color: approx Fuchsia. HEX triplet: C7, 6F and BC. RGB value is (199,111,188). Sum of RGB (Red+Green+Blue) = 199+111+188=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBC is #389043. Grayscale: #919191. Windows color (decimal): -3706948 or 12349383. OLE color: 12349383.

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

Color convert

RGB199111188-
CMYK00.440.060.22
HSL307.5º44%60.78%-
HSV(B)307.5º44.22%78.04%-
XYZ38.3127.1450.8-
YUV146.09151.65165.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.96%
GREEN value IS 111 (43.75% from 255) = 22.29%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=39.96%
G=22.29%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911118800.440.060.22307.54460.78
HexC76FBC02C6161342c3d
Octal3071572740546264645475
Binary11000111110111110111100010110011010110100110100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FBC; }

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

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

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

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

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

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

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

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