#C956C0

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

Shades of Fuchsia #C956C0

Tints of Fuchsia #C956C0

Color information

#C956C0 (or 0xC956C0) is unknown color: approx Fuchsia. HEX triplet: C9, 56 and C0. RGB value is (201,86,192). Sum of RGB (Red+Green+Blue) = 201+86+192=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C956C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956C0 is #36A93F. Grayscale: #848484. Windows color (decimal): -3582272 or 12605129. OLE color: 12605129.

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

Color convert

RGB20186192-
CMYK00.570.040.21
HSL304.7º51.57%56.27%-
HSV(B)304.7º57.21%78.82%-
XYZ36.9322.8852.34-
YUV132.47161.6176.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 192 (75.39% from 255) = 40.08%
R=41.96%
G=17.95%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018619200.570.040.21304.751.5756.27
HexC956C00394151313438
Octal3111263000714254616470
Binary11001001101011011000000011100110010101100110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956C0; }

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

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

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

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

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

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

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

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