#C36AAE

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

Shades of Fuchsia #C36AAE

Tints of Fuchsia #C36AAE

Color information

#C36AAE (or 0xC36AAE) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and AE. RGB value is (195,106,174). Sum of RGB (Red+Green+Blue) = 195+106+174=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAE is #3C9551. Grayscale: #8C8C8C. Windows color (decimal): -3970386 or 11430595. OLE color: 11430595.

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

Color convert

RGB195106174-
CMYK00.460.110.24
HSL314.16º42.58%59.02%-
HSV(B)314.16º45.64%76.47%-
XYZ35.324.9743-
YUV140.36146.99166.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 174 (68.36% from 255) = 36.63%
R=41.05%
G=22.32%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510617400.460.110.24314.1642.5859.02
HexC36AAE02EB1813a2b3b
Octal30315225605613304725373
Binary110000111101010101011100101110101111000100111010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AAE; }

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

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

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

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

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

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

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

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