#C959CC

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

Shades of Fuchsia #C959CC

Tints of Fuchsia #C959CC

Color information

#C959CC (or 0xC959CC) is unknown color: approx Fuchsia. HEX triplet: C9, 59 and CC. RGB value is (201,89,204). Sum of RGB (Red+Green+Blue) = 201+89+204=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #C959CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959CC is #36A633. Grayscale: #878787. Windows color (decimal): -3581492 or 13392329. OLE color: 13392329.

HSL color Cylindrical-coordinate representation of color #C959CC: hue angle of 298.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C959CC is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB20189204-
CMYK0.010.5600.2
HSL298.43º53%57.45%-
HSV(B)298.43º56.37%80%-
XYZ38.5623.9259.71-
YUV135.6166.61174.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 89 (35.16% from 255) = 18.02%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=40.69%
G=18.02%
B=41.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal201892040.010.5600.2298.435357.45
HexC959CC13801412a3539
Octal3111313141700244526571
Binary110010011011001110011001111000010100100101010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959CC; }

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

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

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

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

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

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

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

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