#C36AB7

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

Shades of Fuchsia #C36AB7

Tints of Fuchsia #C36AB7

Color information

#C36AB7 (or 0xC36AB7) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and B7. RGB value is (195,106,183). Sum of RGB (Red+Green+Blue) = 195+106+183=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB7 is #3C9548. Grayscale: #8D8D8D. Windows color (decimal): -3970377 or 12020419. OLE color: 12020419.

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

Color convert

RGB195106183-
CMYK00.460.060.24
HSL308.09º42.58%59.02%-
HSV(B)308.09º45.64%76.47%-
XYZ36.2125.3347.78-
YUV141.39151.49166.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.29%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 183 (71.88% from 255) = 37.81%
R=40.29%
G=21.90%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510618300.460.060.24308.0942.5859.02
HexC36AB702E6181342b3b
Octal3031522670566304645373
Binary11000011110101010110111010111011011000100110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AB7; }

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

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

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

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

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

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

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

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