#C53DAD

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

Shades of Fuchsia #C53DAD

Tints of Fuchsia #C53DAD

Color information

#C53DAD (or 0xC53DAD) is unknown color: approx Fuchsia. HEX triplet: C5, 3D and AD. RGB value is (197,61,173). Sum of RGB (Red+Green+Blue) = 197+61+173=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DAD is #3AC252. Grayscale: #727272. Windows color (decimal): -3850835 or 11353541. OLE color: 11353541.

HSL color Cylindrical-coordinate representation of color #C53DAD: hue angle of 310.59º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53DAD is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19761173-
CMYK00.690.120.23
HSL310.59º53.97%50.59%-
HSV(B)310.59º69.04%77.25%-
XYZ32.2418.2241.35-
YUV114.43161.06186.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.71%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=45.71%
G=14.15%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976117300.690.120.23310.5953.9750.59
HexC53DAD045C171373633
Octal30575255010514274676663
Binary110001011111011010110101000101110010111100110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53DAD; }

 p { color: rgb(197,61,173); }

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

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

 a { background-color: rgb(197,61,173); }

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

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

 span { border-color: rgb(197,61,173); }

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