#C359A9

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

Shades of Fuchsia #C359A9

Tints of Fuchsia #C359A9

Color information

#C359A9 (or 0xC359A9) is unknown color: approx Fuchsia. HEX triplet: C3, 59 and A9. RGB value is (195,89,169). Sum of RGB (Red+Green+Blue) = 195+89+169=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C359A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C359A9 is #3CA656. Grayscale: #818181. Windows color (decimal): -3974743 or 11098563. OLE color: 11098563.

HSL color Cylindrical-coordinate representation of color #C359A9: hue angle of 314.72º 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 #C359A9 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19589169-
CMYK00.540.130.24
HSL314.72º46.9%55.69%-
HSV(B)314.72º54.36%76.47%-
XYZ33.2421.6139.96-
YUV129.81150.12174.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 169 (66.41% from 255) = 37.31%
R=43.05%
G=19.65%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958916900.540.130.24314.7246.955.69
HexC359A9036D1813b2f38
Octal30313125106615304735770
Binary110000111011001101010010110110110111000100111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359A9; }

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

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

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

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

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

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

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

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