#C16FB6

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

Shades of Fuchsia #C16FB6

Tints of Fuchsia #C16FB6

Color information

#C16FB6 (or 0xC16FB6) is unknown color: approx Fuchsia. HEX triplet: C1, 6F and B6. RGB value is (193,111,182). Sum of RGB (Red+Green+Blue) = 193+111+182=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16FB6 is #3E9049. Grayscale: #8F8F8F. Windows color (decimal): -4100170 or 11956161. OLE color: 11956161.

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

Color convert

RGB193111182-
CMYK00.420.060.24
HSL308.05º39.81%59.61%-
HSV(B)308.05º42.49%75.69%-
XYZ36.1226.0847.39-
YUV143.61149.67163.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 182 (71.48% from 255) = 37.45%
R=39.71%
G=22.84%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311118200.420.060.24308.0539.8159.61
HexC16FB602A618134283c
Octal3011572660526304645074
Binary11000001110111110110110010101011011000100110100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FB6; }

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

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

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

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

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

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

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

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