#C16ABA

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

Shades of Fuchsia #C16ABA

Tints of Fuchsia #C16ABA

Color information

#C16ABA (or 0xC16ABA) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and BA. RGB value is (193,106,186). Sum of RGB (Red+Green+Blue) = 193+106+186=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C16ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ABA is #3E9545. Grayscale: #8C8C8C. Windows color (decimal): -4101446 or 12217025. OLE color: 12217025.

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

Color convert

RGB193106186-
CMYK00.450.040.24
HSL304.83º41.23%58.63%-
HSV(B)304.83º45.08%75.69%-
XYZ36.0125.1949.42-
YUV141.13153.32165-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=39.79%
G=21.86%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310618600.450.040.24304.8341.2358.63
HexC16ABA02D418131293b
Octal3011522720554304615173
Binary11000001110101010111010010110110011000100110001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ABA; }

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

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

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

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

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

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

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

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