#C36CBA

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

Shades of Fuchsia #C36CBA

Tints of Fuchsia #C36CBA

Color information

#C36CBA (or 0xC36CBA) is unknown color: approx Fuchsia. HEX triplet: C3, 6C and BA. RGB value is (195,108,186). Sum of RGB (Red+Green+Blue) = 195+108+186=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CBA is #3C9345. Grayscale: #8E8E8E. Windows color (decimal): -3969862 or 12217539. OLE color: 12217539.

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

Color convert

RGB195108186-
CMYK00.450.050.24
HSL306.21º42.03%59.41%-
HSV(B)306.21º44.62%76.47%-
XYZ36.7325.8749.51-
YUV142.9152.32165.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=39.88%
G=22.09%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510818600.450.050.24306.2142.0359.41
HexC36CBA02D5181322a3b
Octal3031542720555304625273
Binary11000011110110010111010010110110111000100110010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CBA; }

 p { color: rgb(195,108,186); }

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

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

 a { background-color: rgb(195,108,186); }

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

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

 span { border-color: rgb(195,108,186); }

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