#C956AA

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

Shades of Fuchsia #C956AA

Tints of Fuchsia #C956AA

Color information

#C956AA (or 0xC956AA) is unknown color: approx Fuchsia. HEX triplet: C9, 56 and AA. RGB value is (201,86,170). Sum of RGB (Red+Green+Blue) = 201+86+170=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AA is #36A955. Grayscale: #818181. Windows color (decimal): -3582294 or 11163337. OLE color: 11163337.

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

Color convert

RGB20186170-
CMYK00.570.150.21
HSL316.17º51.57%56.27%-
HSV(B)316.17º57.21%78.82%-
XYZ34.6721.9840.44-
YUV129.96150.6178.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=43.98%
G=18.82%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018617000.570.150.21316.1751.5756.27
HexC956AA039F1513c3438
Octal31112625207117254746470
Binary110010011010110101010100111001111110101100111100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956AA; }

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

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

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

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

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

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

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

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