#C359B8

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

Shades of Fuchsia #C359B8

Tints of Fuchsia #C359B8

Color information

#C359B8 (or 0xC359B8) is unknown color: approx Fuchsia. HEX triplet: C3, 59 and B8. RGB value is (195,89,184). Sum of RGB (Red+Green+Blue) = 195+89+184=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C359B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C359B8 is #3CA647. Grayscale: #838383. Windows color (decimal): -3974728 or 12081603. OLE color: 12081603.

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

Color convert

RGB19589184-
CMYK00.540.060.24
HSL306.23º46.9%55.69%-
HSV(B)306.23º54.36%76.47%-
XYZ34.7322.2147.8-
YUV131.52157.62173.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=41.67%
G=19.02%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958918400.540.060.24306.2346.955.69
HexC359B80366181322f38
Octal3031312700666304625770
Binary11000011101100110111000011011011011000100110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C359B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C359B8; }

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

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

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

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

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

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

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

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