#C736AE

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

Shades of Fuchsia #C736AE

Tints of Fuchsia #C736AE

Color information

#C736AE (or 0xC736AE) is unknown color: approx Fuchsia. HEX triplet: C7, 36 and AE. RGB value is (199,54,174). Sum of RGB (Red+Green+Blue) = 199+54+174=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C736AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C736AE is #38C951. Grayscale: #6E6E6E. Windows color (decimal): -3721554 or 11417287. OLE color: 11417287.

HSL color Cylindrical-coordinate representation of color #C736AE: hue angle of 310.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736AE is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19954174-
CMYK00.730.130.22
HSL310.34º57.31%49.61%-
HSV(B)310.34º72.86%78.04%-
XYZ32.5117.8441.77-
YUV111.04163.54190.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.60%
GREEN value IS 54 (21.48% from 255) = 12.65%
BLUE value IS 174 (68.36% from 255) = 40.75%
R=46.60%
G=12.65%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995417400.730.130.22310.3457.3149.61
HexC736AE049D161363932
Octal30766256011115264667162
Binary110001111101101010111001001001110110110100110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C736AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C736AE; }

 p { color: rgb(199,54,174); }

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

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

 a { background-color: rgb(199,54,174); }

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

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

 span { border-color: rgb(199,54,174); }

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