#C164BF

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

Shades of Fuchsia #C164BF

Tints of Fuchsia #C164BF

Color information

#C164BF (or 0xC164BF) is unknown color: approx Fuchsia. HEX triplet: C1, 64 and BF. RGB value is (193,100,191). Sum of RGB (Red+Green+Blue) = 193+100+191=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BF is #3E9B40. Grayscale: #898989. Windows color (decimal): -4102977 or 12543169. OLE color: 12543169.

HSL color Cylindrical-coordinate representation of color #C164BF: hue angle of 301.29º 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 #C164BF is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193100191-
CMYK00.480.010.24
HSL301.29º42.86%57.45%-
HSV(B)301.29º48.19%75.69%-
XYZ35.9524.2152.07-
YUV138.18157.81167.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.88%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 191 (75% from 255) = 39.46%
R=39.88%
G=20.66%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310019100.480.010.24301.2942.8657.45
HexC164BF03011812d2b39
Octal3011442770601304555371
Binary110000011100100101111110110000111000100101101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164BF; }

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

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

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

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

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

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

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

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