#C535BF

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

Shades of Fuchsia #C535BF

Tints of Fuchsia #C535BF

Color information

#C535BF (or 0xC535BF) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and BF. RGB value is (197,53,191). Sum of RGB (Red+Green+Blue) = 197+53+191=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 53 (21.09% from 255 or 12.02% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BF is #3ACA40. Grayscale: #6F6F6F. Windows color (decimal): -3852865 or 12531141. OLE color: 12531141.

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

Color convert

RGB19753191-
CMYK00.730.030.23
HSL302.5º57.6%49.02%-
HSV(B)302.5º73.1%77.25%-
XYZ33.718.1851.02-
YUV111.79172.71188.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 53 (21.09% from 255) = 12.02%
BLUE value IS 191 (75% from 255) = 43.31%
R=44.67%
G=12.02%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975319100.730.030.23302.557.649.02
HexC535BF04931712e3a31
Octal3056527701113274567261
Binary1100010111010110111111010010011110111100101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535BF; }

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

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

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

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

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

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

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

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