#C161AF

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

Shades of Fuchsia #C161AF

Tints of Fuchsia #C161AF

Color information

#C161AF (or 0xC161AF) is unknown color: approx Fuchsia. HEX triplet: C1, 61 and AF. RGB value is (193,97,175). Sum of RGB (Red+Green+Blue) = 193+97+175=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C161AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C161AF is #3E9E50. Grayscale: #868686. Windows color (decimal): -4103761 or 11493825. OLE color: 11493825.

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

Color convert

RGB19397175-
CMYK00.500.090.24
HSL311.25º43.64%56.86%-
HSV(B)311.25º49.74%75.69%-
XYZ3422.9843.2-
YUV134.6150.8169.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 175 (68.75% from 255) = 37.63%
R=41.51%
G=20.86%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939717500.500.090.24311.2543.6456.86
HexC161AF0329181372c39
Octal30114125706211304675471
Binary110000011100001101011110110010100111000100110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161AF; }

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

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

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

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

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

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

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

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