#C959C0

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

Shades of Fuchsia #C959C0

Tints of Fuchsia #C959C0

Color information

#C959C0 (or 0xC959C0) is unknown color: approx Fuchsia. HEX triplet: C9, 59 and C0. RGB value is (201,89,192). Sum of RGB (Red+Green+Blue) = 201+89+192=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C959C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959C0 is #36A63F. Grayscale: #858585. Windows color (decimal): -3581504 or 12605897. OLE color: 12605897.

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

Color convert

RGB20189192-
CMYK00.560.040.21
HSL304.82º50.91%56.86%-
HSV(B)304.82º55.72%78.82%-
XYZ37.1723.3752.42-
YUV134.23160.61175.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 89 (35.16% from 255) = 18.46%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=41.70%
G=18.46%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018919200.560.040.21304.8250.9156.86
HexC959C00384151313339
Octal3111313000704254616371
Binary11001001101100111000000011100010010101100110001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959C0; }

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

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

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

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

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

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

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

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