#C16AAE

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

Shades of Fuchsia #C16AAE

Tints of Fuchsia #C16AAE

Color information

#C16AAE (or 0xC16AAE) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and AE. RGB value is (193,106,174). Sum of RGB (Red+Green+Blue) = 193+106+174=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16AAE is #3E9551. Grayscale: #8B8B8B. Windows color (decimal): -4101458 or 11430593. OLE color: 11430593.

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

Color convert

RGB193106174-
CMYK00.450.100.24
HSL313.1º41.23%58.63%-
HSV(B)313.1º45.08%75.69%-
XYZ34.7924.742.98-
YUV139.77147.32165.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=40.80%
G=22.41%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310617400.450.100.24313.141.2358.63
HexC16AAE02DA18139293b
Octal30115225605512304715173
Binary110000011101010101011100101101101011000100111001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16AAE; }

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

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

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

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

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

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

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

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