#C16DAF

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

Shades of Fuchsia #C16DAF

Tints of Fuchsia #C16DAF

Color information

#C16DAF (or 0xC16DAF) is unknown color: approx Fuchsia. HEX triplet: C1, 6D and AF. RGB value is (193,109,175). Sum of RGB (Red+Green+Blue) = 193+109+175=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16DAF is #3E9250. Grayscale: #8D8D8D. Windows color (decimal): -4100689 or 11496897. OLE color: 11496897.

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

Color convert

RGB193109175-
CMYK00.440.090.24
HSL312.86º40.38%59.22%-
HSV(B)312.86º43.52%75.69%-
XYZ35.225.3743.6-
YUV141.64146.83164.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.46%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=40.46%
G=22.85%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310917500.440.090.24312.8640.3859.22
HexC16DAF02C918139283b
Octal30115525705411304715073
Binary110000011101101101011110101100100111000100111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DAF; }

 p { color: rgb(193,109,175); }

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

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

 a { background-color: rgb(193,109,175); }

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

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

 span { border-color: rgb(193,109,175); }

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