#C161AD

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

Shades of Fuchsia #C161AD

Tints of Fuchsia #C161AD

Color information

#C161AD (or 0xC161AD) is unknown color: approx Fuchsia. HEX triplet: C1, 61 and AD. RGB value is (193,97,173). Sum of RGB (Red+Green+Blue) = 193+97+173=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AD is #3E9E52. Grayscale: #868686. Windows color (decimal): -4103763 or 11362753. OLE color: 11362753.

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

Color convert

RGB19397173-
CMYK00.500.100.24
HSL312.5º43.64%56.86%-
HSV(B)312.5º49.74%75.69%-
XYZ33.8122.942.17-
YUV134.37149.8169.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=41.68%
G=20.95%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939717300.500.100.24312.543.6456.86
HexC161AD032A181382c39
Octal30114125506212304705471
Binary110000011100001101011010110010101011000100111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161AD; }

 p { color: rgb(193,97,173); }

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

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

 a { background-color: rgb(193,97,173); }

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

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

 span { border-color: rgb(193,97,173); }

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