#C146B6

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

Shades of Fuchsia #C146B6

Tints of Fuchsia #C146B6

Color information

#C146B6 (or 0xC146B6) is unknown color: approx Fuchsia. HEX triplet: C1, 46 and B6. RGB value is (193,70,182). Sum of RGB (Red+Green+Blue) = 193+70+182=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C146B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146B6 is #3EB949. Grayscale: #777777. Windows color (decimal): -4110666 or 11945665. OLE color: 11945665.

HSL color Cylindrical-coordinate representation of color #C146B6: hue angle of 305.37º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C146B6 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19370182-
CMYK00.640.060.24
HSL305.37º49.8%51.57%-
HSV(B)305.37º63.73%75.69%-
XYZ32.6319.146.22-
YUV119.54163.25180.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 70 (27.73% from 255) = 15.73%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=43.37%
G=15.73%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937018200.640.060.24305.3749.851.57
HexC146B60406181313234
Octal30110626601006304616264
Binary110000011000110101101100100000011011000100110001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C146B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C146B6; }

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

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

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

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

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

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

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

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