#C446AF

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

Shades of Fuchsia #C446AF

Tints of Fuchsia #C446AF

Color information

#C446AF (or 0xC446AF) is unknown color: approx Fuchsia. HEX triplet: C4, 46 and AF. RGB value is (196,70,175). Sum of RGB (Red+Green+Blue) = 196+70+175=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C446AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C446AF is #3BB950. Grayscale: #777777. Windows color (decimal): -3914065 or 11486916. OLE color: 11486916.

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

Color convert

RGB19670175-
CMYK00.640.110.23
HSL310º51.64%52.16%-
HSV(B)310º64.29%76.86%-
XYZ32.6919.2142.54-
YUV119.64159.24182.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 70 (27.73% from 255) = 15.87%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=44.44%
G=15.87%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967017500.640.110.2331051.6452.16
HexC446AF040B171363434
Octal304106257010013274666464
Binary1100010010001101010111101000000101110111100110110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446AF; }

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

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

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

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

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

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

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

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