#C36BAF

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

Shades of Fuchsia #C36BAF

Tints of Fuchsia #C36BAF

Color information

#C36BAF (or 0xC36BAF) is unknown color: approx Fuchsia. HEX triplet: C3, 6B and AF. RGB value is (195,107,175). Sum of RGB (Red+Green+Blue) = 195+107+175=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C36BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C36BAF is #3C9450. Grayscale: #8C8C8C. Windows color (decimal): -3970129 or 11496387. OLE color: 11496387.

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

Color convert

RGB195107175-
CMYK00.450.100.24
HSL313.64º42.31%59.22%-
HSV(B)313.64º45.13%76.47%-
XYZ35.525.2143.55-
YUV141.06147.15166.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 175 (68.75% from 255) = 36.69%
R=40.88%
G=22.43%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510717500.450.100.24313.6442.3159.22
HexC36BAF02DA1813a2a3b
Octal30315325705512304725273
Binary110000111101011101011110101101101011000100111010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36BAF; }

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

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

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

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

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

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

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

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