#C956AC

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

Shades of Fuchsia #C956AC

Tints of Fuchsia #C956AC

Color information

#C956AC (or 0xC956AC) is unknown color: approx Fuchsia. HEX triplet: C9, 56 and AC. RGB value is (201,86,172). Sum of RGB (Red+Green+Blue) = 201+86+172=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AC is #36A953. Grayscale: #818181. Windows color (decimal): -3582292 or 11294409. OLE color: 11294409.

HSL color Cylindrical-coordinate representation of color #C956AC: hue angle of 315.13º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C956AC is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB20186172-
CMYK00.570.140.21
HSL315.13º51.57%56.27%-
HSV(B)315.13º57.21%78.82%-
XYZ34.8622.0541.45-
YUV130.19151.6178.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.79%
GREEN value IS 86 (33.98% from 255) = 18.74%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=43.79%
G=18.74%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018617200.570.140.21315.1351.5756.27
HexC956AC039E1513b3438
Octal31112625407116254736470
Binary110010011010110101011000111001111010101100111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956AC; }

 p { color: rgb(201,86,172); }

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

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

 a { background-color: rgb(201,86,172); }

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

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

 span { border-color: rgb(201,86,172); }

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