#C16AB8

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

Shades of Fuchsia #C16AB8

Tints of Fuchsia #C16AB8

Color information

#C16AB8 (or 0xC16AB8) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and B8. RGB value is (193,106,184). Sum of RGB (Red+Green+Blue) = 193+106+184=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AB8 is #3E9547. Grayscale: #8C8C8C. Windows color (decimal): -4101448 or 12085953. OLE color: 12085953.

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

Color convert

RGB193106184-
CMYK00.450.050.24
HSL306.21º41.23%58.63%-
HSV(B)306.21º45.08%75.69%-
XYZ35.825.1148.31-
YUV140.9152.32165.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 184 (72.27% from 255) = 38.10%
R=39.96%
G=21.95%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310618400.450.050.24306.2141.2358.63
HexC16AB802D518132293b
Octal3011522700555304625173
Binary11000001110101010111000010110110111000100110010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16AB8; }

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

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

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

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

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

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

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

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