#C147B3

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

Shades of Fuchsia #C147B3

Tints of Fuchsia #C147B3

Color information

#C147B3 (or 0xC147B3) is unknown color: approx Fuchsia. HEX triplet: C1, 47 and B3. RGB value is (193,71,179). Sum of RGB (Red+Green+Blue) = 193+71+179=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 193 - color contains mainly: red. Hex color #C147B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147B3 is #3EB84C. Grayscale: #777777. Windows color (decimal): -4110413 or 11749313. OLE color: 11749313.

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

Color convert

RGB19371179-
CMYK00.630.070.24
HSL306.89º49.59%51.76%-
HSV(B)306.89º63.21%75.69%-
XYZ32.3819.144.63-
YUV119.79161.42180.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.57%
GREEN value IS 71 (28.12% from 255) = 16.03%
BLUE value IS 179 (70.31% from 255) = 40.41%
R=43.57%
G=16.03%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937117900.630.070.24306.8949.5951.76
HexC147B303F7181333234
Octal3011072630777304636264
Binary11000001100011110110011011111111111000100110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C147B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C147B3; }

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

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

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

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

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

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

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

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