#C959BE

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

Shades of Fuchsia #C959BE

Tints of Fuchsia #C959BE

Color information

#C959BE (or 0xC959BE) is unknown color: approx Fuchsia. HEX triplet: C9, 59 and BE. RGB value is (201,89,190). Sum of RGB (Red+Green+Blue) = 201+89+190=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C959BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C959BE is #36A641. Grayscale: #858585. Windows color (decimal): -3581506 or 12474825. OLE color: 12474825.

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

Color convert

RGB20189190-
CMYK00.560.050.21
HSL305.89º50.91%56.86%-
HSV(B)305.89º55.72%78.82%-
XYZ36.9523.2851.26-
YUV134159.61175.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 89 (35.16% from 255) = 18.54%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=41.88%
G=18.54%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018919000.560.050.21305.8950.9156.86
HexC959BE0385151323339
Octal3111312760705254626371
Binary11001001101100110111110011100010110101100110010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C959BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C959BE; }

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

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

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

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

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

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

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

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