#C16EB6

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

Shades of Fuchsia #C16EB6

Tints of Fuchsia #C16EB6

Color information

#C16EB6 (or 0xC16EB6) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and B6. RGB value is (193,110,182). Sum of RGB (Red+Green+Blue) = 193+110+182=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16EB6 is #3E9149. Grayscale: #8E8E8E. Windows color (decimal): -4100426 or 11955905. OLE color: 11955905.

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

Color convert

RGB193110182-
CMYK00.430.060.24
HSL307.95º40.1%59.41%-
HSV(B)307.95º43.01%75.69%-
XYZ36.0125.8747.35-
YUV143.02150163.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 110 (43.36% from 255) = 22.68%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=39.79%
G=22.68%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311018200.430.060.24307.9540.159.41
HexC16EB602B618134283b
Octal3011562660536304645073
Binary11000001110111010110110010101111011000100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EB6; }

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

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

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

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

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

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

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

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