#C16FC3

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

Shades of Fuchsia #C16FC3

Tints of Fuchsia #C16FC3

Color information

#C16FC3 (or 0xC16FC3) is unknown color: approx Fuchsia. HEX triplet: C1, 6F and C3. RGB value is (193,111,195). Sum of RGB (Red+Green+Blue) = 193+111+195=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #C16FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FC3 is #3E903C. Grayscale: #909090. Windows color (decimal): -4100157 or 12808129. OLE color: 12808129.

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

Color convert

RGB193111195-
CMYK0.010.4300.24
HSL298.57º41.18%60%-
HSV(B)298.57º43.08%76.47%-
XYZ37.5326.6554.8-
YUV145.09156.17162.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 111 (43.75% from 255) = 22.24%
BLUE value IS 195 (76.56% from 255) = 39.08%
R=38.68%
G=22.24%
B=39.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931111950.010.4300.24298.5741.1860
HexC16FC312B01812b293c
Octal3011573031530304535174
Binary110000011101111110000111101011011000100101011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FC3; }

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

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

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

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

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

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

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

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