#C147AC

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

Shades of Fuchsia #C147AC

Tints of Fuchsia #C147AC

Color information

#C147AC (or 0xC147AC) is unknown color: approx Fuchsia. HEX triplet: C1, 47 and AC. RGB value is (193,71,172). Sum of RGB (Red+Green+Blue) = 193+71+172=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C147AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147AC is #3EB853. Grayscale: #767676. Windows color (decimal): -4110420 or 11290561. OLE color: 11290561.

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

Color convert

RGB19371172-
CMYK00.630.110.24
HSL310.33º49.59%51.76%-
HSV(B)310.33º63.21%75.69%-
XYZ31.6918.8240.99-
YUV118.99157.92180.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 71 (28.12% from 255) = 16.28%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=44.27%
G=16.28%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937117200.630.110.24310.3349.5951.76
HexC147AC03FB181363234
Octal30110725407713304666264
Binary110000011000111101011000111111101111000100110110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147AC; }

 p { color: rgb(193,71,172); }

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

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

 a { background-color: rgb(193,71,172); }

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

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

 span { border-color: rgb(193,71,172); }

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