#C359AB

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

Shades of Fuchsia #C359AB

Tints of Fuchsia #C359AB

Color information

#C359AB (or 0xC359AB) is unknown color: approx Fuchsia. HEX triplet: C3, 59 and AB. RGB value is (195,89,171). Sum of RGB (Red+Green+Blue) = 195+89+171=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 89 (35.16% from 255 or 19.56% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C359AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359AB is #3CA654. Grayscale: #818181. Windows color (decimal): -3974741 or 11229635. OLE color: 11229635.

HSL color Cylindrical-coordinate representation of color #C359AB: hue angle of 313.58º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C359AB is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19589171-
CMYK00.540.120.24
HSL313.58º46.9%55.69%-
HSV(B)313.58º54.36%76.47%-
XYZ33.4321.6940.95-
YUV130.04151.12174.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 19.56%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=42.86%
G=19.56%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958917100.540.120.24313.5846.955.69
HexC359AB036C1813a2f38
Octal30313125306614304725770
Binary110000111011001101010110110110110011000100111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359AB; }

 p { color: rgb(195,89,171); }

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

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

 a { background-color: rgb(195,89,171); }

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

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

 span { border-color: rgb(195,89,171); }

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