#C76FB5

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

Shades of Fuchsia #C76FB5

Tints of Fuchsia #C76FB5

Color information

#C76FB5 (or 0xC76FB5) is unknown color: approx Fuchsia. HEX triplet: C7, 6F and B5. RGB value is (199,111,181). Sum of RGB (Red+Green+Blue) = 199+111+181=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FB5 is #38904A. Grayscale: #919191. Windows color (decimal): -3706955 or 11890631. OLE color: 11890631.

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

Color convert

RGB199111181-
CMYK00.440.090.22
HSL312.27º44%60.78%-
HSV(B)312.27º44.22%78.04%-
XYZ37.5826.8546.92-
YUV145.29148.15166.31-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 111 (43.75% from 255) = 22.61%
BLUE value IS 181 (71.09% from 255) = 36.86%
R=40.53%
G=22.61%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911118100.440.090.22312.274460.78
HexC76FB502C9161382c3d
Octal30715726505411264705475
Binary110001111101111101101010101100100110110100111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76FB5; }

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

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

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

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

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

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

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

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