#C464AC

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

Shades of Fuchsia #C464AC

Tints of Fuchsia #C464AC

Color information

#C464AC (or 0xC464AC) is unknown color: approx Fuchsia. HEX triplet: C4, 64 and AC. RGB value is (196,100,172). Sum of RGB (Red+Green+Blue) = 196+100+172=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C464AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C464AC is #3B9B53. Grayscale: #888888. Windows color (decimal): -3906388 or 11297988. OLE color: 11297988.

HSL color Cylindrical-coordinate representation of color #C464AC: hue angle of 315º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C464AC is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196100172-
CMYK00.490.120.23
HSL315º44.86%58.04%-
HSV(B)315º48.98%76.86%-
XYZ34.7723.8341.8-
YUV136.91147.8170.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=41.88%
G=21.37%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610017200.490.120.2331544.8658.04
HexC464AC031C1713b2d3a
Octal30414425406114274735572
Binary110001001100100101011000110001110010111100111011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C464AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C464AC; }

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

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

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

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

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

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

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

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