#C16EAD

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

Shades of Fuchsia #C16EAD

Tints of Fuchsia #C16EAD

Color information

#C16EAD (or 0xC16EAD) is unknown color: approx Fuchsia. HEX triplet: C1, 6E and AD. RGB value is (193,110,173). Sum of RGB (Red+Green+Blue) = 193+110+173=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EAD is #3E9152. Grayscale: #8D8D8D. Windows color (decimal): -4100435 or 11366081. OLE color: 11366081.

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

Color convert

RGB193110173-
CMYK00.430.100.24
HSL314.46º40.1%59.41%-
HSV(B)314.46º43.01%75.69%-
XYZ35.1125.5142.61-
YUV142145.5164.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.55%
GREEN value IS 110 (43.36% from 255) = 23.11%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=40.55%
G=23.11%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311017300.430.100.24314.4640.159.41
HexC16EAD02BA1813a283b
Octal30115625505312304725073
Binary110000011101110101011010101011101011000100111010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EAD; }

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

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

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

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

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

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

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

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