#C16AB2

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

Shades of Fuchsia #C16AB2

Tints of Fuchsia #C16AB2

Color information

#C16AB2 (or 0xC16AB2) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and B2. RGB value is (193,106,178). Sum of RGB (Red+Green+Blue) = 193+106+178=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C16AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16AB2 is #3E954D. Grayscale: #8C8C8C. Windows color (decimal): -4101454 or 11692737. OLE color: 11692737.

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

Color convert

RGB193106178-
CMYK00.450.080.24
HSL310.34º41.23%58.63%-
HSV(B)310.34º45.08%75.69%-
XYZ35.1824.8645.06-
YUV140.22149.32165.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 178 (69.92% from 255) = 37.32%
R=40.46%
G=22.22%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310617800.450.080.24310.3441.2358.63
HexC16AB202D818136293b
Octal30115226205510304665173
Binary110000011101010101100100101101100011000100110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16AB2; }

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

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

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

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

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

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

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

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