#C535BA

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

Shades of Fuchsia #C535BA

Tints of Fuchsia #C535BA

Color information

#C535BA (or 0xC535BA) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and BA. RGB value is (197,53,186). Sum of RGB (Red+Green+Blue) = 197+53+186=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BA is #3ACA45. Grayscale: #6E6E6E. Windows color (decimal): -3852870 or 12203461. OLE color: 12203461.

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

Color convert

RGB19753186-
CMYK00.730.060.23
HSL304.58º57.6%49.02%-
HSV(B)304.58º73.1%77.25%-
XYZ33.1617.9648.17-
YUV111.22170.21189.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 53 (21.09% from 255) = 12.16%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=45.18%
G=12.16%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975318600.730.060.23304.5857.649.02
HexC535BA0496171313a31
Octal3056527201116274617261
Binary11000101110101101110100100100111010111100110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535BA; }

 p { color: rgb(197,53,186); }

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

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

 a { background-color: rgb(197,53,186); }

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

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

 span { border-color: rgb(197,53,186); }

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