#C956AD

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

Shades of Fuchsia #C956AD

Tints of Fuchsia #C956AD

Color information

#C956AD (or 0xC956AD) is unknown color: approx Fuchsia. HEX triplet: C9, 56 and AD. RGB value is (201,86,173). Sum of RGB (Red+Green+Blue) = 201+86+173=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C956AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956AD is #36A952. Grayscale: #828282. Windows color (decimal): -3582291 or 11359945. OLE color: 11359945.

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

Color convert

RGB20186173-
CMYK00.570.140.21
HSL314.61º51.57%56.27%-
HSV(B)314.61º57.21%78.82%-
XYZ34.9622.0941.96-
YUV130.3152.1178.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.70%
GREEN value IS 86 (33.98% from 255) = 18.70%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=43.70%
G=18.70%
B=37.61%

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
Decimal2018617300.570.140.21314.6151.5756.27
HexC956AD039E1513b3438
Octal31112625507116254736470
Binary110010011010110101011010111001111010101100111011110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956AD; }

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

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

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

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

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

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

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

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