#C049AB

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

Shades of Fuchsia #C049AB

Tints of Fuchsia #C049AB

Color information

#C049AB (or 0xC049AB) is unknown color: approx Fuchsia. HEX triplet: C0, 49 and AB. RGB value is (192,73,171). Sum of RGB (Red+Green+Blue) = 192+73+171=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C049AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C049AB is #3FB654. Grayscale: #777777. Windows color (decimal): -4175445 or 11225536. OLE color: 11225536.

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

Color convert

RGB19273171-
CMYK00.620.110.25
HSL310.59º48.57%51.96%-
HSV(B)310.59º61.98%75.29%-
XYZ31.4718.9140.52-
YUV119.75156.92179.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=44.04%
G=16.74%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927317100.620.110.25310.5948.5751.96
HexC049AB03EB191373134
Octal30011125307613314676164
Binary110000001001001101010110111110101111001100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049AB; }

 p { color: rgb(192,73,171); }

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

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

 a { background-color: rgb(192,73,171); }

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

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

 span { border-color: rgb(192,73,171); }

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