#C360AE

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

Shades of Fuchsia #C360AE

Tints of Fuchsia #C360AE

Color information

#C360AE (or 0xC360AE) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and AE. RGB value is (195,96,174). Sum of RGB (Red+Green+Blue) = 195+96+174=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C360AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360AE is #3C9F51. Grayscale: #868686. Windows color (decimal): -3972946 or 11428035. OLE color: 11428035.

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

Color convert

RGB19596174-
CMYK00.510.110.24
HSL312.73º45.21%57.06%-
HSV(B)312.73º50.77%76.47%-
XYZ34.3323.0242.68-
YUV134.49150.3171.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 96 (37.89% from 255) = 20.65%
BLUE value IS 174 (68.36% from 255) = 37.42%
R=41.94%
G=20.65%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959617400.510.110.24312.7345.2157.06
HexC360AE033B181392d39
Octal30314025606313304715571
Binary110000111100000101011100110011101111000100111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360AE; }

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

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

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

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

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

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

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

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