#C956CE

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

Shades of Fuchsia #C956CE

Tints of Fuchsia #C956CE

Color information

#C956CE (or 0xC956CE) is unknown color: approx Fuchsia. HEX triplet: C9, 56 and CE. RGB value is (201,86,206). Sum of RGB (Red+Green+Blue) = 201+86+206=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #C956CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C956CE is #36A931. Grayscale: #858585. Windows color (decimal): -3582258 or 13522633. OLE color: 13522633.

HSL color Cylindrical-coordinate representation of color #C956CE: hue angle of 297.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C956CE is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20186206-
CMYK0.020.5800.19
HSL297.5º55.05%57.25%-
HSV(B)297.5º58.25%80.78%-
XYZ38.5623.5360.9-
YUV134.06168.6175.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.77%
GREEN value IS 86 (33.98% from 255) = 17.44%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=40.77%
G=17.44%
B=41.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201862060.020.5800.19297.555.0557.25
HexC956CE23A01312a3739
Octal3111263162720234526771
Binary1100100110101101100111010111010010011100101010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956CE; }

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

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

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

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

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

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

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

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