#C36AAC

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

Shades of Fuchsia #C36AAC

Tints of Fuchsia #C36AAC

Color information

#C36AAC (or 0xC36AAC) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and AC. RGB value is (195,106,172). Sum of RGB (Red+Green+Blue) = 195+106+172=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AAC is #3C9553. Grayscale: #8B8B8B. Windows color (decimal): -3970388 or 11299523. OLE color: 11299523.

HSL color Cylindrical-coordinate representation of color #C36AAC: hue angle of 315.51º 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 #C36AAC is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195106172-
CMYK00.460.120.24
HSL315.51º42.58%59.02%-
HSV(B)315.51º45.64%76.47%-
XYZ35.1124.8941.98-
YUV140.14145.99167.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=41.23%
G=22.41%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510617200.460.120.24315.5142.5859.02
HexC36AAC02EC1813c2b3b
Octal30315225405614304745373
Binary110000111101010101011000101110110011000100111100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AAC; }

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

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

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

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

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

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

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

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