#c449b4

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

Shades of Fuchsia #C449B4

Tints of Fuchsia #C449B4

Color information

#C449B4 (or 0xC449B4) is unknown color: approx Fuchsia. HEX triplet: C4, 49 and B4. RGB value is (196,73,180). Sum of RGB (Red+Green+Blue) = 196+73+180=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C449B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449B4 is #3BB64B. Grayscale: #797979. Windows color (decimal): -3913292 or 11815364. OLE color: 11815364.

HSL color Cylindrical-coordinate representation of color #C449B4: hue angle of 307.8º 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 #C449B4 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19673180-
CMYK00.630.080.23
HSL307.8º51.04%52.75%-
HSV(B)307.8º62.76%76.86%-
XYZ33.3919.845.24-
YUV121.98160.75180.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.65%
GREEN value IS 73 (28.91% from 255) = 16.26%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=43.65%
G=16.26%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967318000.630.080.23307.851.0452.75
HexC449B403F8171343335
Octal30411126407710274646365
Binary110001001001001101101000111111100010111100110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c449b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c449b4; }

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

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

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

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

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

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

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

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