#C535BD

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

Shades of Fuchsia #C535BD

Tints of Fuchsia #C535BD

Color information

#C535BD (or 0xC535BD) is unknown color: approx Fuchsia. HEX triplet: C5, 35 and BD. RGB value is (197,53,189). Sum of RGB (Red+Green+Blue) = 197+53+189=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C535BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535BD is #3ACA42. Grayscale: #6F6F6F. Windows color (decimal): -3852867 or 12400069. OLE color: 12400069.

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

Color convert

RGB19753189-
CMYK00.730.040.23
HSL303.33º57.6%49.02%-
HSV(B)303.33º73.1%77.25%-
XYZ33.4818.0949.87-
YUV111.56171.71188.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 53 (21.09% from 255) = 12.07%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=44.87%
G=12.07%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975318900.730.040.23303.3357.649.02
HexC535BD04941712f3a31
Octal3056527501114274577261
Binary11000101110101101111010100100110010111100101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C535BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C535BD; }

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

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

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

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

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

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

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

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