#c149b7

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

Shades of Fuchsia #C149B7

Tints of Fuchsia #C149B7

Color information

#C149B7 (or 0xC149B7) is unknown color: approx Fuchsia. HEX triplet: C1, 49 and B7. RGB value is (193,73,183). Sum of RGB (Red+Green+Blue) = 193+73+183=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 183 (71.88% from 255 or 40.76% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C149B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149B7 is #3EB648. Grayscale: #797979. Windows color (decimal): -4109897 or 12011969. OLE color: 12011969.

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

Color convert

RGB19373183-
CMYK00.620.050.24
HSL305º49.18%52.16%-
HSV(B)305º62.18%75.69%-
XYZ32.9219.5246.83-
YUV121.42162.76179.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 183 (71.88% from 255) = 40.76%
R=42.98%
G=16.26%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937318300.620.050.2430549.1852.16
HexC149B703E5181313134
Octal3011112670765304616164
Binary11000001100100110110111011111010111000100110001110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c149b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c149b7; }

 p { color: rgb(193,73,183); }

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

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

 a { background-color: rgb(193,73,183); }

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

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

 span { border-color: rgb(193,73,183); }

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