#C36BB1

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

Shades of Fuchsia #C36BB1

Tints of Fuchsia #C36BB1

Color information

#C36BB1 (or 0xC36BB1) is unknown color: approx Fuchsia. HEX triplet: C3, 6B and B1. RGB value is (195,107,177). Sum of RGB (Red+Green+Blue) = 195+107+177=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BB1 is #3C944E. Grayscale: #8D8D8D. Windows color (decimal): -3970127 or 11627459. OLE color: 11627459.

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

Color convert

RGB195107177-
CMYK00.450.090.24
HSL312.27º42.31%59.22%-
HSV(B)312.27º45.13%76.47%-
XYZ35.725.2944.6-
YUV141.29148.15166.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 177 (69.53% from 255) = 36.95%
R=40.71%
G=22.34%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510717700.450.090.24312.2742.3159.22
HexC36BB102D9181382a3b
Octal30315326105511304705273
Binary110000111101011101100010101101100111000100111000101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BB1; }

 p { color: rgb(195,107,177); }

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

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

 a { background-color: rgb(195,107,177); }

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

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

 span { border-color: rgb(195,107,177); }

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