#C160B6

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

Shades of Fuchsia #C160B6

Tints of Fuchsia #C160B6

Color information

#C160B6 (or 0xC160B6) is unknown color: approx Fuchsia. HEX triplet: C1, 60 and B6. RGB value is (193,96,182). Sum of RGB (Red+Green+Blue) = 193+96+182=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160B6 is #3E9F49. Grayscale: #868686. Windows color (decimal): -4104010 or 11952321. OLE color: 11952321.

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

Color convert

RGB19396182-
CMYK00.500.060.24
HSL306.8º43.89%56.67%-
HSV(B)306.8º50.26%75.69%-
XYZ34.6223.0846.89-
YUV134.81154.64169.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.98%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=40.98%
G=20.38%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939618200.500.060.24306.843.8956.67
HexC160B60326181332c39
Octal3011402660626304635471
Binary11000001110000010110110011001011011000100110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160B6; }

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

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

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

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

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

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

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

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