#C446AD

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

Shades of Fuchsia #C446AD

Tints of Fuchsia #C446AD

Color information

#C446AD (or 0xC446AD) is unknown color: approx Fuchsia. HEX triplet: C4, 46 and AD. RGB value is (196,70,173). Sum of RGB (Red+Green+Blue) = 196+70+173=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C446AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446AD is #3BB952. Grayscale: #777777. Windows color (decimal): -3914067 or 11355844. OLE color: 11355844.

HSL color Cylindrical-coordinate representation of color #C446AD: hue angle of 310.95º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C446AD is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19670173-
CMYK00.640.120.23
HSL310.95º51.64%52.16%-
HSV(B)310.95º64.29%76.86%-
XYZ32.519.1341.52-
YUV119.42158.24182.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 70 (27.73% from 255) = 15.95%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=44.65%
G=15.95%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967017300.640.120.23310.9551.6452.16
HexC446AD040C171373434
Octal304106255010014274676464
Binary1100010010001101010110101000000110010111100110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446AD; }

 p { color: rgb(196,70,173); }

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

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

 a { background-color: rgb(196,70,173); }

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

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

 span { border-color: rgb(196,70,173); }

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