#C764AC

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

Shades of Fuchsia #C764AC

Tints of Fuchsia #C764AC

Color information

#C764AC (or 0xC764AC) is unknown color: approx Fuchsia. HEX triplet: C7, 64 and AC. RGB value is (199,100,172). Sum of RGB (Red+Green+Blue) = 199+100+172=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C764AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C764AC is #389B53. Grayscale: #898989. Windows color (decimal): -3709780 or 11297991. OLE color: 11297991.

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

Color convert

RGB199100172-
CMYK00.500.140.22
HSL316.36º46.92%58.63%-
HSV(B)316.36º49.75%78.04%-
XYZ35.5624.2441.83-
YUV137.81147.3171.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=42.25%
G=21.23%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910017200.500.140.22316.3646.9258.63
HexC764AC032E1613c2f3b
Octal30714425406216264745773
Binary110001111100100101011000110010111010110100111100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C764AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C764AC; }

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

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

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

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

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

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

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

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