#C36AB8

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

Shades of Fuchsia #C36AB8

Tints of Fuchsia #C36AB8

Color information

#C36AB8 (or 0xC36AB8) is unknown color: approx Fuchsia. HEX triplet: C3, 6A and B8. RGB value is (195,106,184). Sum of RGB (Red+Green+Blue) = 195+106+184=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 184 (72.27% from 255 or 37.94% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C36AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36AB8 is #3C9547. Grayscale: #8D8D8D. Windows color (decimal): -3970376 or 12085955. OLE color: 12085955.

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

Color convert

RGB195106184-
CMYK00.460.060.24
HSL307.42º42.58%59.02%-
HSV(B)307.42º45.64%76.47%-
XYZ36.3125.3748.33-
YUV141.5151.99166.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 106 (41.80% from 255) = 21.86%
BLUE value IS 184 (72.27% from 255) = 37.94%
R=40.21%
G=21.86%
B=37.94%

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
Decimal19510618400.460.060.24307.4242.5859.02
HexC36AB802E6181332b3b
Octal3031522700566304635373
Binary11000011110101010111000010111011011000100110011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36AB8; }

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

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

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

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

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

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

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

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