#C46AC6

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

Shades of Fuchsia #C46AC6

Tints of Fuchsia #C46AC6

Color information

#C46AC6 (or 0xC46AC6) is unknown color: approx Fuchsia. HEX triplet: C4, 6A and C6. RGB value is (196,106,198). Sum of RGB (Red+Green+Blue) = 196+106+198=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #C46AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46AC6 is #3B9539. Grayscale: #8F8F8F. Windows color (decimal): -3904826 or 13003460. OLE color: 13003460.

HSL color Cylindrical-coordinate representation of color #C46AC6: hue angle of 298.7º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46AC6 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196106198-
CMYK0.010.4600.22
HSL298.7º44.66%59.61%-
HSV(B)298.7º46.46%77.65%-
XYZ38.1126.1256.46-
YUV143.4158.82165.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=39.2%
G=21.2%
B=39.6%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961061980.010.4600.22298.744.6659.61
HexC46AC612E01612b2d3c
Octal3041523061560264535574
Binary110001001101010110001101101110010110100101011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AC6; }

 p { color: rgb(196,106,198); }

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

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

 a { background-color: rgb(196,106,198); }

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

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

 span { border-color: rgb(196,106,198); }

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