#C959BD

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

Shades of Fuchsia #C959BD

Tints of Fuchsia #C959BD

Color information

#C959BD (or 0xC959BD) is unknown color: approx Fuchsia. HEX triplet: C9, 59 and BD. RGB value is (201,89,189). Sum of RGB (Red+Green+Blue) = 201+89+189=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 201 - color contains mainly: red. Hex color #C959BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959BD is #36A642. Grayscale: #858585. Windows color (decimal): -3581507 or 12409289. OLE color: 12409289.

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

Color convert

RGB20189189-
CMYK00.560.060.21
HSL306.43º50.91%56.86%-
HSV(B)306.43º55.72%78.82%-
XYZ36.8523.2450.69-
YUV133.89159.11175.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.96%
GREEN value IS 89 (35.16% from 255) = 18.58%
BLUE value IS 189 (74.22% from 255) = 39.46%
R=41.96%
G=18.58%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018918900.560.060.21306.4350.9156.86
HexC959BD0386151323339
Octal3111312750706254626371
Binary11001001101100110111101011100011010101100110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959BD; }

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

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

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

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

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

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

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

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