#C736AD

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

Shades of Fuchsia #C736AD

Tints of Fuchsia #C736AD

Color information

#C736AD (or 0xC736AD) is unknown color: approx Fuchsia. HEX triplet: C7, 36 and AD. RGB value is (199,54,173). Sum of RGB (Red+Green+Blue) = 199+54+173=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C736AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C736AD is #38C952. Grayscale: #6E6E6E. Windows color (decimal): -3721555 or 11351751. OLE color: 11351751.

HSL color Cylindrical-coordinate representation of color #C736AD: hue angle of 310.76º 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 #C736AD is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19954173-
CMYK00.730.130.22
HSL310.76º57.31%49.61%-
HSV(B)310.76º72.86%78.04%-
XYZ32.4217.841.26-
YUV110.92163.04190.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 54 (21.48% from 255) = 12.68%
BLUE value IS 173 (67.97% from 255) = 40.61%
R=46.71%
G=12.68%
B=40.61%

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
Decimal1995417300.730.130.22310.7657.3149.61
HexC736AD049D161373932
Octal30766255011115264677162
Binary110001111101101010110101001001110110110100110111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C736AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C736AD; }

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

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

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

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

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

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

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

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