#C947AF

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

Shades of Fuchsia #C947AF

Tints of Fuchsia #C947AF

Color information

#C947AF (or 0xC947AF) is unknown color: approx Fuchsia. HEX triplet: C9, 47 and AF. RGB value is (201,71,175). Sum of RGB (Red+Green+Blue) = 201+71+175=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AF is #36B850. Grayscale: #797979. Windows color (decimal): -3586129 or 11487177. OLE color: 11487177.

HSL color Cylindrical-coordinate representation of color #C947AF: hue angle of 312º 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 #C947AF is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB20171175-
CMYK00.650.130.21
HSL312º54.62%53.33%-
HSV(B)312º64.68%78.82%-
XYZ34.0820.0242.63-
YUV121.73158.07184.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=44.97%
G=15.88%
B=39.15%

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
Decimal2017117500.650.130.2131254.6253.33
HexC947AF041D151383735
Octal311107257010115254706765
Binary1100100110001111010111101000001110110101100111000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C947AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C947AF; }

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

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

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

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

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

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

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

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