#C76FBE

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

Shades of Fuchsia #C76FBE

Tints of Fuchsia #C76FBE

Color information

#C76FBE (or 0xC76FBE) is unknown color: approx Fuchsia. HEX triplet: C7, 6F and BE. RGB value is (199,111,190). Sum of RGB (Red+Green+Blue) = 199+111+190=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FBE is #389041. Grayscale: #929292. Windows color (decimal): -3706946 or 12480455. OLE color: 12480455.

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

Color convert

RGB199111190-
CMYK00.440.050.22
HSL306.14º44%60.78%-
HSV(B)306.14º44.22%78.04%-
XYZ38.5327.2351.94-
YUV146.32152.65165.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 111 (43.75% from 255) = 22.2%
BLUE value IS 190 (74.61% from 255) = 38%
R=39.8%
G=22.2%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911119000.440.050.22306.144460.78
HexC76FBE02C5161322c3d
Octal3071572760545264625475
Binary11000111110111110111110010110010110110100110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FBE; }

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

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

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

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

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

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

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

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