#C163AE

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

Shades of Fuchsia #C163AE

Tints of Fuchsia #C163AE

Color information

#C163AE (or 0xC163AE) is unknown color: approx Fuchsia. HEX triplet: C1, 63 and AE. RGB value is (193,99,174). Sum of RGB (Red+Green+Blue) = 193+99+174=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C163AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C163AE is #3E9C51. Grayscale: #878787. Windows color (decimal): -4103250 or 11428801. OLE color: 11428801.

HSL color Cylindrical-coordinate representation of color #C163AE: hue angle of 312.13º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C163AE is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19399174-
CMYK00.490.100.24
HSL312.13º43.12%57.25%-
HSV(B)312.13º48.7%75.69%-
XYZ34.0923.3242.75-
YUV135.66149.64168.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=41.42%
G=21.24%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939917400.490.100.24312.1343.1257.25
HexC163AE031A181382b39
Octal30114325606112304705371
Binary110000011100011101011100110001101011000100111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C163AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C163AE; }

 p { color: rgb(193,99,174); }

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

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

 a { background-color: rgb(193,99,174); }

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

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

 span { border-color: rgb(193,99,174); }

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