#C76BBC

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

Shades of Fuchsia #C76BBC

Tints of Fuchsia #C76BBC

Color information

#C76BBC (or 0xC76BBC) is unknown color: approx Fuchsia. HEX triplet: C7, 6B and BC. RGB value is (199,107,188). Sum of RGB (Red+Green+Blue) = 199+107+188=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBC is #389443. Grayscale: #8F8F8F. Windows color (decimal): -3707972 or 12348359. OLE color: 12348359.

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

Color convert

RGB199107188-
CMYK00.460.060.22
HSL307.17º45.1%60%-
HSV(B)307.17º46.23%78.04%-
XYZ37.8926.2950.65-
YUV143.74152.98167.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.28%
GREEN value IS 107 (42.19% from 255) = 21.66%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=40.28%
G=21.66%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910718800.460.060.22307.1745.160
HexC76BBC02E6161332d3c
Octal3071532740566264635574
Binary11000111110101110111100010111011010110100110011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76BBC; }

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

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

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

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

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

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

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

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