#C535C4

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

Shades of Fuchsia #C535C4

Tints of Fuchsia #C535C4

Color information

#C535C4 (or 0xC535C4) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and C4. RGB value is (197,53,196). Sum of RGB (Red+Green+Blue) = 197+53+196=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C535C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535C4 is #3ACA3B. Grayscale: #6F6F6F. Windows color (decimal): -3852860 or 12858821. OLE color: 12858821.

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

Color convert

RGB19753196-
CMYK00.730.010.23
HSL300.42º57.6%49.02%-
HSV(B)300.42º73.1%77.25%-
XYZ34.2618.453.97-
YUV112.36175.21188.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 53 (21.09% from 255) = 11.88%
BLUE value IS 196 (76.95% from 255) = 43.95%
R=44.17%
G=11.88%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975319600.730.010.23300.4257.649.02
HexC535C404911712c3a31
Octal3056530401111274547261
Binary110001011101011100010001001001110111100101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535C4; }

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

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

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

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

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

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

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

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