#C149AD

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

Shades of Fuchsia #C149AD

Tints of Fuchsia #C149AD

Color information

#C149AD (or 0xC149AD) is unknown color: approx Fuchsia. HEX triplet: C1, 49 and AD. RGB value is (193,73,173). Sum of RGB (Red+Green+Blue) = 193+73+173=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C149AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C149AD is #3EB652. Grayscale: #787878. Windows color (decimal): -4109907 or 11356609. OLE color: 11356609.

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

Color convert

RGB19373173-
CMYK00.620.100.24
HSL310º49.18%52.16%-
HSV(B)310º62.18%75.69%-
XYZ31.9219.1241.54-
YUV120.28157.76179.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=43.96%
G=16.63%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937317300.620.100.2431049.1852.16
HexC149AD03EA181363134
Octal30111125507612304666164
Binary110000011001001101011010111110101011000100110110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C149AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C149AD; }

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

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

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

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

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

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

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

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