#C16DBF

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

Shades of Fuchsia #C16DBF

Tints of Fuchsia #C16DBF

Color information

#C16DBF (or 0xC16DBF) is unknown color: approx Fuchsia. HEX triplet: C1, 6D and BF. RGB value is (193,109,191). Sum of RGB (Red+Green+Blue) = 193+109+191=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C16DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DBF is #3E9240. Grayscale: #8F8F8F. Windows color (decimal): -4100673 or 12545473. OLE color: 12545473.

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

Color convert

RGB193109191-
CMYK00.440.010.24
HSL301.43º40.38%59.22%-
HSV(B)301.43º43.52%75.69%-
XYZ36.8626.0452.37-
YUV143.46154.83163.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 191 (75% from 255) = 38.74%
R=39.15%
G=22.11%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310919100.440.010.24301.4340.3859.22
HexC16DBF02C11812d283b
Octal3011552770541304555073
Binary110000011101101101111110101100111000100101101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16DBF; }

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

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

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

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

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

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

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

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