#C761AC

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

Shades of Fuchsia #C761AC

Tints of Fuchsia #C761AC

Color information

#C761AC (or 0xC761AC) is unknown color: approx Fuchsia. HEX triplet: C7, 61 and AC. RGB value is (199,97,172). Sum of RGB (Red+Green+Blue) = 199+97+172=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C761AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C761AC is #389E53. Grayscale: #878787. Windows color (decimal): -3710548 or 11297223. OLE color: 11297223.

HSL color Cylindrical-coordinate representation of color #C761AC: hue angle of 315.88º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C761AC is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19997172-
CMYK00.510.140.22
HSL315.88º47.66%58.04%-
HSV(B)315.88º51.26%78.04%-
XYZ35.2723.6741.74-
YUV136.05148.29172.9-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=42.52%
G=20.73%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999717200.510.140.22315.8847.6658.04
HexC761AC033E1613c303a
Octal30714125406316264746072
Binary110001111100001101011000110011111010110100111100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C761AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C761AC; }

 p { color: rgb(199,97,172); }

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

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

 a { background-color: rgb(199,97,172); }

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

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

 span { border-color: rgb(199,97,172); }

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