#c356ae

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

Shades of Fuchsia #C356AE

Tints of Fuchsia #C356AE

Color information

#C356AE (or 0xC356AE) is unknown color: approx Fuchsia. HEX triplet: C3, 56 and AE. RGB value is (195,86,174). Sum of RGB (Red+Green+Blue) = 195+86+174=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C356AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356AE is #3CA951. Grayscale: #808080. Windows color (decimal): -3975506 or 11425475. OLE color: 11425475.

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

Color convert

RGB19586174-
CMYK00.560.110.24
HSL311.56º47.6%55.1%-
HSV(B)311.56º55.9%76.47%-
XYZ33.4721.3142.39-
YUV128.62153.61175.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=42.86%
G=18.90%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958617400.560.110.24311.5647.655.1
HexC356AE038B181383037
Octal30312625607013304706067
Binary110000111010110101011100111000101111000100111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c356ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c356ae; }

 p { color: rgb(195,86,174); }

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

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

 a { background-color: rgb(195,86,174); }

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

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

 span { border-color: rgb(195,86,174); }

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