#C357B7

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

Shades of Fuchsia #C357B7

Tints of Fuchsia #C357B7

Color information

#C357B7 (or 0xC357B7) is unknown color: approx Fuchsia. HEX triplet: C3, 57 and B7. RGB value is (195,87,183). Sum of RGB (Red+Green+Blue) = 195+87+183=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C357B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C357B7 is #3CA848. Grayscale: #818181. Windows color (decimal): -3975241 or 12015555. OLE color: 12015555.

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

Color convert

RGB19587183-
CMYK00.550.060.24
HSL306.67º47.37%55.29%-
HSV(B)306.67º55.38%76.47%-
XYZ34.4621.8447.2-
YUV130.24157.78174.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 87 (34.38% from 255) = 18.71%
BLUE value IS 183 (71.88% from 255) = 39.35%
R=41.94%
G=18.71%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958718300.550.060.24306.6747.3755.29
HexC357B70376181332f37
Octal3031272670676304635767
Binary11000011101011110110111011011111011000100110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C357B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C357B7; }

 p { color: rgb(195,87,183); }

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

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

 a { background-color: rgb(195,87,183); }

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

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

 span { border-color: rgb(195,87,183); }

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