#C449AA

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

Shades of Fuchsia #C449AA

Tints of Fuchsia #C449AA

Color information

#C449AA (or 0xC449AA) is unknown color: approx Fuchsia. HEX triplet: C4, 49 and AA. RGB value is (196,73,170). Sum of RGB (Red+Green+Blue) = 196+73+170=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AA is #3BB655. Grayscale: #787878. Windows color (decimal): -3913302 or 11160004. OLE color: 11160004.

HSL color Cylindrical-coordinate representation of color #C449AA: hue angle of 312.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C449AA is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19673170-
CMYK00.630.130.23
HSL312.68º51.04%52.75%-
HSV(B)312.68º62.76%76.86%-
XYZ32.419.440.07-
YUV120.84155.75181.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=44.65%
G=16.63%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967317000.630.130.23312.6851.0452.75
HexC449AA03FD171393335
Octal30411125207715274716365
Binary110001001001001101010100111111110110111100111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C449AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C449AA; }

 p { color: rgb(196,73,170); }

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

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

 a { background-color: rgb(196,73,170); }

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

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

 span { border-color: rgb(196,73,170); }

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