#C36AB5

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

Shades of Fuchsia #C36AB5

Tints of Fuchsia #C36AB5

Color information

#C36AB5 (or 0xC36AB5) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and B5. RGB value is (195,106,181). Sum of RGB (Red+Green+Blue) = 195+106+181=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB5 is #3C954A. Grayscale: #8C8C8C. Windows color (decimal): -3970379 or 11889347. OLE color: 11889347.

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

Color convert

RGB195106181-
CMYK00.460.070.24
HSL309.44º42.58%59.02%-
HSV(B)309.44º45.64%76.47%-
XYZ3625.2546.69-
YUV141.16150.49166.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 106 (41.80% from 255) = 21.99%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=40.46%
G=21.99%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510618100.460.070.24309.4442.5859.02
HexC36AB502E7181352b3b
Octal3031522650567304655373
Binary11000011110101010110101010111011111000100110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AB5; }

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

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

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

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

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

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

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

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