#C164AA

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

Shades of Fuchsia #C164AA

Tints of Fuchsia #C164AA

Color information

#C164AA (or 0xC164AA) is unknown color: approx Fuchsia. HEX triplet: C1, 64 and AA. RGB value is (193,100,170). Sum of RGB (Red+Green+Blue) = 193+100+170=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C164AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C164AA is #3E9B55. Grayscale: #878787. Windows color (decimal): -4102998 or 11166913. OLE color: 11166913.

HSL color Cylindrical-coordinate representation of color #C164AA: hue angle of 314.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C164AA is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193100170-
CMYK00.480.120.24
HSL314.84º42.86%57.45%-
HSV(B)314.84º48.19%75.69%-
XYZ33.8123.3540.76-
YUV135.79147.31168.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=41.68%
G=21.60%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310017000.480.120.24314.8442.8657.45
HexC164AA030C1813b2b39
Octal30114425206014304735371
Binary110000011100100101010100110000110011000100111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164AA; }

 p { color: rgb(193,100,170); }

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

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

 a { background-color: rgb(193,100,170); }

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

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

 span { border-color: rgb(193,100,170); }

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