#C859B2

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

Shades of Fuchsia #C859B2

Tints of Fuchsia #C859B2

Color information

#C859B2 (or 0xC859B2) is unknown color: approx Fuchsia. HEX triplet: C8, 59 and B2. RGB value is (200,89,178). Sum of RGB (Red+Green+Blue) = 200+89+178=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C859B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C859B2 is #37A64D. Grayscale: #848484. Windows color (decimal): -3647054 or 11688392. OLE color: 11688392.

HSL color Cylindrical-coordinate representation of color #C859B2: hue angle of 311.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859B2 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB20089178-
CMYK00.560.110.22
HSL311.89º50.23%56.67%-
HSV(B)311.89º55.5%78.43%-
XYZ35.4322.6444.62-
YUV132.33153.77176.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=42.83%
G=19.06%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2008917800.560.110.22311.8950.2356.67
HexC859B2038B161383239
Octal31013126207013264706271
Binary110010001011001101100100111000101110110100111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C859B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C859B2; }

 p { color: rgb(200,89,178); }

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

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

 a { background-color: rgb(200,89,178); }

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

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

 span { border-color: rgb(200,89,178); }

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