#C53CBA

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

Shades of Fuchsia #C53CBA

Tints of Fuchsia #C53CBA

Color information

#C53CBA (or 0xC53CBA) is unknown color: approx Fuchsia. HEX triplet: C5, 3C and BA. RGB value is (197,60,186). Sum of RGB (Red+Green+Blue) = 197+60+186=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C53CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53CBA is #3AC345. Grayscale: #727272. Windows color (decimal): -3851078 or 12205253. OLE color: 12205253.

HSL color Cylindrical-coordinate representation of color #C53CBA: hue angle of 304.82º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53CBA is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19760186-
CMYK00.700.060.23
HSL304.82º54.15%50.39%-
HSV(B)304.82º69.54%77.25%-
XYZ33.518.6548.29-
YUV115.33167.89186.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=44.47%
G=13.54%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976018600.700.060.23304.8254.1550.39
HexC53CBA0466171313632
Octal3057427201066274616662
Binary11000101111100101110100100011011010111100110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53CBA; }

 p { color: rgb(197,60,186); }

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

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

 a { background-color: rgb(197,60,186); }

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

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

 span { border-color: rgb(197,60,186); }

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