#C16EB2

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

Shades of Fuchsia #C16EB2

Tints of Fuchsia #C16EB2

Color information

#C16EB2 (or 0xC16EB2) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and B2. RGB value is (193,110,178). Sum of RGB (Red+Green+Blue) = 193+110+178=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EB2 is #3E914D. Grayscale: #8E8E8E. Windows color (decimal): -4100430 or 11693761. OLE color: 11693761.

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

Color convert

RGB193110178-
CMYK00.430.080.24
HSL310.84º40.1%59.41%-
HSV(B)310.84º43.01%75.69%-
XYZ35.625.745.2-
YUV142.57148163.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 110 (43.36% from 255) = 22.87%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=40.12%
G=22.87%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017800.430.080.24310.8440.159.41
HexC16EB202B818137283b
Octal30115626205310304675073
Binary110000011101110101100100101011100011000100110111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EB2; }

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

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

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

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

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

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

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

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