#C149BD

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

Shades of Fuchsia #C149BD

Tints of Fuchsia #C149BD

Color information

#C149BD (or 0xC149BD) is unknown color: approx Fuchsia. HEX triplet: C1, 49 and BD. RGB value is (193,73,189). Sum of RGB (Red+Green+Blue) = 193+73+189=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C149BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C149BD is #3EB642. Grayscale: #797979. Windows color (decimal): -4109891 or 12405185. OLE color: 12405185.

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

Color convert

RGB19373189-
CMYK00.620.020.24
HSL302º49.18%52.16%-
HSV(B)302º62.18%75.69%-
XYZ33.5619.7850.19-
YUV122.1165.76178.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 189 (74.22% from 255) = 41.54%
R=42.42%
G=16.04%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937318900.620.020.2430249.1852.16
HexC149BD03E21812e3134
Octal3011112750762304566164
Binary1100000110010011011110101111101011000100101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C149BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C149BD; }

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

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

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

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

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

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

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

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