#C36AB2

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

Shades of Fuchsia #C36AB2

Tints of Fuchsia #C36AB2

Color information

#C36AB2 (or 0xC36AB2) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and B2. RGB value is (195,106,178). Sum of RGB (Red+Green+Blue) = 195+106+178=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36AB2 is #3C954D. Grayscale: #8C8C8C. Windows color (decimal): -3970382 or 11692739. OLE color: 11692739.

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

Color convert

RGB195106178-
CMYK00.460.090.24
HSL311.46º42.58%59.02%-
HSV(B)311.46º45.64%76.47%-
XYZ35.725.1245.09-
YUV140.82148.99166.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 178 (69.92% from 255) = 37.16%
R=40.71%
G=22.13%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510617800.460.090.24311.4642.5859.02
HexC36AB202E9181372b3b
Octal30315226205611304675373
Binary110000111101010101100100101110100111000100110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AB2; }

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

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

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

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

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

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

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

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