#C76BBF

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

Shades of Fuchsia #C76BBF

Tints of Fuchsia #C76BBF

Color information

#C76BBF (or 0xC76BBF) is unknown color: approx Fuchsia. HEX triplet: C7, 6B and BF. RGB value is (199,107,191). Sum of RGB (Red+Green+Blue) = 199+107+191=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBF is #389440. Grayscale: #8F8F8F. Windows color (decimal): -3707969 or 12544967. OLE color: 12544967.

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

Color convert

RGB199107191-
CMYK00.460.040.22
HSL305.22º45.1%60%-
HSV(B)305.22º46.23%78.04%-
XYZ38.2126.4252.38-
YUV144.08154.48167.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 107 (42.19% from 255) = 21.53%
BLUE value IS 191 (75% from 255) = 38.43%
R=40.04%
G=21.53%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910719100.460.040.22305.2245.160
HexC76BBF02E4161312d3c
Octal3071532770564264615574
Binary11000111110101110111111010111010010110100110001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BBF; }

 p { color: rgb(199,107,191); }

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

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

 a { background-color: rgb(199,107,191); }

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

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

 span { border-color: rgb(199,107,191); }

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