#C359B6

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

Shades of Fuchsia #C359B6

Tints of Fuchsia #C359B6

Color information

#C359B6 (or 0xC359B6) is unknown color: approx Fuchsia. HEX triplet: C3, 59 and B6. RGB value is (195,89,182). Sum of RGB (Red+Green+Blue) = 195+89+182=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359B6 is #3CA649. Grayscale: #838383. Windows color (decimal): -3974730 or 11950531. OLE color: 11950531.

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

Color convert

RGB19589182-
CMYK00.540.070.24
HSL307.36º46.9%55.69%-
HSV(B)307.36º54.36%76.47%-
XYZ34.5222.1246.71-
YUV131.3156.62173.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=41.85%
G=19.10%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958918200.540.070.24307.3646.955.69
HexC359B60367181332f38
Octal3031312660667304635770
Binary11000011101100110110110011011011111000100110011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359B6; }

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

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

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

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

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

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

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

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