#C16ABC

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

Shades of Fuchsia #C16ABC

Tints of Fuchsia #C16ABC

Color information

#C16ABC (or 0xC16ABC) is unknown color: approx Fuchsia. HEX triplet: C1, 6A and BC. RGB value is (193,106,188). Sum of RGB (Red+Green+Blue) = 193+106+188=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C16ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ABC is #3E9543. Grayscale: #8D8D8D. Windows color (decimal): -4101444 or 12348097. OLE color: 12348097.

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

Color convert

RGB193106188-
CMYK00.450.030.24
HSL303.45º41.23%58.63%-
HSV(B)303.45º45.08%75.69%-
XYZ36.2225.2850.55-
YUV141.36154.32164.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=39.63%
G=21.77%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310618800.450.030.24303.4541.2358.63
HexC16ABC02D31812f293b
Octal3011522740553304575173
Binary1100000111010101011110001011011111000100101111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16ABC; }

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

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

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

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

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

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

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

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