#C946AF

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

Shades of Fuchsia #C946AF

Tints of Fuchsia #C946AF

Color information

#C946AF (or 0xC946AF) is unknown color: approx Fuchsia. HEX triplet: C9, 46 and AF. RGB value is (201,70,175). Sum of RGB (Red+Green+Blue) = 201+70+175=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C946AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C946AF is #36B950. Grayscale: #787878. Windows color (decimal): -3586385 or 11486921. OLE color: 11486921.

HSL color Cylindrical-coordinate representation of color #C946AF: hue angle of 311.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C946AF is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB20170175-
CMYK00.650.130.21
HSL311.91º54.81%53.14%-
HSV(B)311.91º65.17%78.82%-
XYZ34.0219.8942.6-
YUV121.14158.4184.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 70 (27.73% from 255) = 15.70%
BLUE value IS 175 (68.75% from 255) = 39.24%
R=45.07%
G=15.70%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017017500.650.130.21311.9154.8153.14
HexC946AF041D151383735
Octal311106257010115254706765
Binary1100100110001101010111101000001110110101100111000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C946AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C946AF; }

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

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

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

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

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

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

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

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