#C535B3

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

Shades of Fuchsia #C535B3

Tints of Fuchsia #C535B3

Color information

#C535B3 (or 0xC535B3) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and B3. RGB value is (197,53,179). Sum of RGB (Red+Green+Blue) = 197+53+179=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C535B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535B3 is #3ACA4C. Grayscale: #6E6E6E. Windows color (decimal): -3852877 or 11744709. OLE color: 11744709.

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

Color convert

RGB19753179-
CMYK00.730.090.23
HSL307.5º57.6%49.02%-
HSV(B)307.5º73.1%77.25%-
XYZ32.4417.6744.35-
YUV110.42166.71189.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 53 (21.09% from 255) = 12.35%
BLUE value IS 179 (70.31% from 255) = 41.72%
R=45.92%
G=12.35%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975317900.730.090.23307.557.649.02
HexC535B30499171343a31
Octal30565263011111274647261
Binary110001011101011011001101001001100110111100110100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535B3; }

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

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

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

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

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

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

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

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