#C352AE

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

Shades of Fuchsia #C352AE

Tints of Fuchsia #C352AE

Color information

#C352AE (or 0xC352AE) is unknown color: approx Fuchsia. HEX triplet: C3, 52 and AE. RGB value is (195,82,174). Sum of RGB (Red+Green+Blue) = 195+82+174=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C352AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C352AE is #3CAD51. Grayscale: #7E7E7E. Windows color (decimal): -3976530 or 11424451. OLE color: 11424451.

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

Color convert

RGB19582174-
CMYK00.580.110.24
HSL311.15º48.5%54.31%-
HSV(B)311.15º57.95%76.47%-
XYZ33.1620.6942.29-
YUV126.28154.94177.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=43.24%
G=18.18%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958217400.580.110.24311.1548.554.31
HexC352AE03AB181373036
Octal30312225607213304676066
Binary110000111010010101011100111010101111000100110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C352AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C352AE; }

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

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

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

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

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

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

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

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