#C53ACA

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

Shades of Fuchsia #C53ACA

Tints of Fuchsia #C53ACA

Color information

#C53ACA (or 0xC53ACA) is unknown color: approx Fuchsia. HEX triplet: C5, 3A and CA. RGB value is (197,58,202). Sum of RGB (Red+Green+Blue) = 197+58+202=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C53ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ACA is #3AC535. Grayscale: #737373. Windows color (decimal): -3851574 or 13253317. OLE color: 13253317.

HSL color Cylindrical-coordinate representation of color #C53ACA: hue angle of 297.92º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53ACA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19758202-
CMYK0.020.7100.21
HSL297.92º57.6%50.98%-
HSV(B)297.92º71.29%79.22%-
XYZ35.219.1657.72-
YUV115.98176.55185.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=43.11%
G=12.69%
B=44.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197582020.020.7100.21297.9257.650.98
HexC53ACA24701512a3a33
Octal3057231221070254527263
Binary1100010111101011001010101000111010101100101010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53ACA; }

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

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

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

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

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

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

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

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