#C747AC

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

Shades of Fuchsia #C747AC

Tints of Fuchsia #C747AC

Color information

#C747AC (or 0xC747AC) is unknown color: approx Fuchsia. HEX triplet: C7, 47 and AC. RGB value is (199,71,172). Sum of RGB (Red+Green+Blue) = 199+71+172=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C747AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C747AC is #38B853. Grayscale: #787878. Windows color (decimal): -3717204 or 11290567. OLE color: 11290567.

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

Color convert

RGB19971172-
CMYK00.640.140.22
HSL312.66º53.33%52.94%-
HSV(B)312.66º64.32%78.04%-
XYZ33.2519.6341.07-
YUV120.79156.91183.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 71 (28.12% from 255) = 16.06%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=45.02%
G=16.06%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997117200.640.140.22312.6653.3352.94
HexC747AC040E161393535
Octal307107254010016264716565
Binary1100011110001111010110001000000111010110100111001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C747AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C747AC; }

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

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

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

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

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

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

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

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