#C164BC

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

Shades of Fuchsia #C164BC

Tints of Fuchsia #C164BC

Color information

#C164BC (or 0xC164BC) is unknown color: approx Fuchsia. HEX triplet: C1, 64 and BC. RGB value is (193,100,188). Sum of RGB (Red+Green+Blue) = 193+100+188=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C164BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164BC is #3E9B43. Grayscale: #898989. Windows color (decimal): -4102980 or 12346561. OLE color: 12346561.

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

Color convert

RGB193100188-
CMYK00.480.030.24
HSL303.23º42.86%57.45%-
HSV(B)303.23º48.19%75.69%-
XYZ35.6324.0850.35-
YUV137.84156.31167.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=40.12%
G=20.79%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310018800.480.030.24303.2342.8657.45
HexC164BC03031812f2b39
Octal3011442740603304575371
Binary1100000111001001011110001100001111000100101111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164BC; }

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

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

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

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

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

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

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

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