#C535B1

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

Shades of Fuchsia #C535B1

Tints of Fuchsia #C535B1

Color information

#C535B1 (or 0xC535B1) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and B1. RGB value is (197,53,177). Sum of RGB (Red+Green+Blue) = 197+53+177=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C535B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C535B1 is #3ACA4E. Grayscale: #6D6D6D. Windows color (decimal): -3852879 or 11613637. OLE color: 11613637.

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

Color convert

RGB19753177-
CMYK00.730.100.23
HSL308.33º57.6%49.02%-
HSV(B)308.33º73.1%77.25%-
XYZ32.2317.5943.29-
YUV110.19165.71189.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 177 (69.53% from 255) = 41.45%
R=46.14%
G=12.41%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975317700.730.100.23308.3357.649.02
HexC535B1049A171343a31
Octal30565261011112274647261
Binary110001011101011011000101001001101010111100110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535B1; }

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

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

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

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

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

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

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

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