#C160B7

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

Shades of Fuchsia #C160B7

Tints of Fuchsia #C160B7

Color information

#C160B7 (or 0xC160B7) is unknown color: approx Fuchsia. HEX triplet: C1, 60 and B7. RGB value is (193,96,183). Sum of RGB (Red+Green+Blue) = 193+96+183=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C160B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160B7 is #3E9F48. Grayscale: #868686. Windows color (decimal): -4104009 or 12017857. OLE color: 12017857.

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

Color convert

RGB19396183-
CMYK00.500.050.24
HSL306.19º43.89%56.67%-
HSV(B)306.19º50.26%75.69%-
XYZ34.7223.1247.43-
YUV134.92155.14169.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 96 (37.89% from 255) = 20.34%
BLUE value IS 183 (71.88% from 255) = 38.77%
R=40.89%
G=20.34%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939618300.500.050.24306.1943.8956.67
HexC160B70325181322c39
Octal3011402670625304625471
Binary11000001110000010110111011001010111000100110010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C160B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C160B7; }

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

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

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

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

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

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

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

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