#C160BC

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

Shades of Fuchsia #C160BC

Tints of Fuchsia #C160BC

Color information

#C160BC (or 0xC160BC) is unknown color: approx Fuchsia. HEX triplet: C1, 60 and BC. RGB value is (193,96,188). Sum of RGB (Red+Green+Blue) = 193+96+188=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C160BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160BC is #3E9F43. Grayscale: #878787. Windows color (decimal): -4104004 or 12345537. OLE color: 12345537.

HSL color Cylindrical-coordinate representation of color #C160BC: hue angle of 303.09º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160BC is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19396188-
CMYK00.500.030.24
HSL303.09º43.89%56.67%-
HSV(B)303.09º50.26%75.69%-
XYZ35.2523.3350.22-
YUV135.49157.64169.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 188 (73.83% from 255) = 39.41%
R=40.46%
G=20.13%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939618800.500.030.24303.0943.8956.67
HexC160BC03231812f2c39
Octal3011402740623304575471
Binary1100000111000001011110001100101111000100101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160BC; }

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

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

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

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

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

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

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

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