#C249AB

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

Shades of Fuchsia #C249AB

Tints of Fuchsia #C249AB

Color information

#C249AB (or 0xC249AB) is unknown color: approx Fuchsia. HEX triplet: C2, 49 and AB. RGB value is (194,73,171). Sum of RGB (Red+Green+Blue) = 194+73+171=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C249AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249AB is #3DB654. Grayscale: #787878. Windows color (decimal): -4044373 or 11225538. OLE color: 11225538.

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

Color convert

RGB19473171-
CMYK00.620.120.24
HSL311.4º49.79%52.35%-
HSV(B)311.4º62.37%76.08%-
XYZ31.9819.1740.54-
YUV120.35156.59180.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 171 (67.19% from 255) = 39.04%
R=44.29%
G=16.67%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947317100.620.120.24311.449.7952.35
HexC249AB03EC181373234
Octal30211125307614304676264
Binary110000101001001101010110111110110011000100110111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C249AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C249AB; }

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

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

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

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

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

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

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

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