#C161C0

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

Shades of Fuchsia #C161C0

Tints of Fuchsia #C161C0

Color information

#C161C0 (or 0xC161C0) is unknown color: approx Fuchsia. HEX triplet: C1, 61 and C0. RGB value is (193,97,192). Sum of RGB (Red+Green+Blue) = 193+97+192=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C161C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161C0 is #3E9E3F. Grayscale: #888888. Windows color (decimal): -4103744 or 12607937. OLE color: 12607937.

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

Color convert

RGB19397192-
CMYK00.500.010.24
HSL300.62º43.64%56.86%-
HSV(B)300.62º49.74%75.69%-
XYZ35.7823.6952.56-
YUV136.53159.3168.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=40.04%
G=20.12%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939719200.500.010.24300.6243.6456.86
HexC161C003211812d2c39
Octal3011413000621304555471
Binary110000011100001110000000110010111000100101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C161C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C161C0; }

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

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

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

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

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

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

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

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