#c53ac3

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

Shades of Fuchsia #C53AC3

Tints of Fuchsia #C53AC3

Color information

#C53AC3 (or 0xC53AC3) is unknown color: approx Fuchsia. HEX triplet: C5, 3A and C3. RGB value is (197,58,195). Sum of RGB (Red+Green+Blue) = 197+58+195=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AC3 is #3AC53C. Grayscale: #727272. Windows color (decimal): -3851581 or 12794565. OLE color: 12794565.

HSL color Cylindrical-coordinate representation of color #C53AC3: hue angle of 300.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AC3 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19758195-
CMYK00.710.010.23
HSL300.86º54.51%50%-
HSV(B)300.86º70.56%77.25%-
XYZ34.3918.8453.45-
YUV115.18173.05186.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 58 (23.05% from 255) = 12.89%
BLUE value IS 195 (76.56% from 255) = 43.33%
R=43.78%
G=12.89%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1975819500.710.010.23300.8654.5150
HexC53AC304711712d3732
Octal3057230301071274556762
Binary110001011110101100001101000111110111100101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53ac3; }

 p { color: rgb(197,58,195); }

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

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

 a { background-color: rgb(197,58,195); }

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

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

 span { border-color: rgb(197,58,195); }

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