#c735ae

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

Shades of Fuchsia #C735AE

Tints of Fuchsia #C735AE

Color information

#C735AE (or 0xC735AE) is unknown color: approx Fuchsia. HEX triplet: C7, 35 and AE. RGB value is (199,53,174). Sum of RGB (Red+Green+Blue) = 199+53+174=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 53 (21.09% from 255 or 12.44% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C735AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C735AE is #38CA51. Grayscale: #6E6E6E. Windows color (decimal): -3721810 or 11417031. OLE color: 11417031.

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

Color convert

RGB19953174-
CMYK00.730.130.22
HSL310.27º57.94%49.41%-
HSV(B)310.27º73.37%78.04%-
XYZ32.4717.7441.76-
YUV110.45163.87191.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.71%
GREEN value IS 53 (21.09% from 255) = 12.44%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=46.71%
G=12.44%
B=40.85%

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
Decimal1995317400.730.130.22310.2757.9449.41
HexC735AE049D161363a31
Octal30765256011115264667261
Binary110001111101011010111001001001110110110100110110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c735ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c735ae; }

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

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

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

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

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

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

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

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