#c449af

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

Shades of Fuchsia #C449AF

Tints of Fuchsia #C449AF

Color information

#C449AF (or 0xC449AF) is unknown color: approx Fuchsia. HEX triplet: C4, 49 and AF. RGB value is (196,73,175). Sum of RGB (Red+Green+Blue) = 196+73+175=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C449AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C449AF is #3BB650. Grayscale: #797979. Windows color (decimal): -3913297 or 11487684. OLE color: 11487684.

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

Color convert

RGB19673175-
CMYK00.630.110.23
HSL310.24º51.04%52.75%-
HSV(B)310.24º62.76%76.86%-
XYZ32.8919.642.61-
YUV121.4158.25181.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=44.14%
G=16.44%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967317500.630.110.23310.2451.0452.75
HexC449AF03FB171363335
Octal30411125707713274666365
Binary110001001001001101011110111111101110111100110110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c449af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c449af; }

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

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

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

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

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

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

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

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