#C744AD

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

Shades of Fuchsia #C744AD

Tints of Fuchsia #C744AD

Color information

#C744AD (or 0xC744AD) is unknown color: approx Fuchsia. HEX triplet: C7, 44 and AD. RGB value is (199,68,173). Sum of RGB (Red+Green+Blue) = 199+68+173=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C744AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C744AD is #38BB52. Grayscale: #767676. Windows color (decimal): -3717971 or 11355335. OLE color: 11355335.

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

Color convert

RGB19968173-
CMYK00.660.130.22
HSL311.91º53.91%52.35%-
HSV(B)311.91º65.83%78.04%-
XYZ33.1619.2941.51-
YUV119.14158.4184.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.23%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 173 (67.97% from 255) = 39.32%
R=45.23%
G=15.45%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996817300.660.130.22311.9153.9152.35
HexC744AD042D161383634
Octal307104255010215264706664
Binary1100011110001001010110101000010110110110100111000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C744AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C744AD; }

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

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

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

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

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

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

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

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