#C16FBF

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

Shades of Fuchsia #C16FBF

Tints of Fuchsia #C16FBF

Color information

#C16FBF (or 0xC16FBF) is unknown color: approx Fuchsia. HEX triplet: C1, 6F and BF. RGB value is (193,111,191). Sum of RGB (Red+Green+Blue) = 193+111+191=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FBF is #3E9040. Grayscale: #909090. Windows color (decimal): -4100161 or 12545985. OLE color: 12545985.

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

Color convert

RGB193111191-
CMYK00.420.010.24
HSL301.46º39.81%59.61%-
HSV(B)301.46º42.49%75.69%-
XYZ37.0826.4752.44-
YUV144.64154.17162.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 191 (75% from 255) = 38.59%
R=38.99%
G=22.42%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311119100.420.010.24301.4639.8159.61
HexC16FBF02A11812d283c
Octal3011572770521304555074
Binary110000011101111101111110101010111000100101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FBF; }

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

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

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

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

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

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

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

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