#c53fb3

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

Shades of Fuchsia #C53FB3

Tints of Fuchsia #C53FB3

Color information

#C53FB3 (or 0xC53FB3) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and B3. RGB value is (197,63,179). Sum of RGB (Red+Green+Blue) = 197+63+179=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FB3 is #3AC04C. Grayscale: #737373. Windows color (decimal): -3850317 or 11747269. OLE color: 11747269.

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

Color convert

RGB19763179-
CMYK00.680.090.23
HSL308.06º53.6%50.98%-
HSV(B)308.06º68.02%77.25%-
XYZ32.9418.6844.52-
YUV116.29163.39185.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 179 (70.31% from 255) = 40.77%
R=44.87%
G=14.35%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976317900.680.090.23308.0653.650.98
HexC53FB30449171343633
Octal30577263010411274646663
Binary110001011111111011001101000100100110111100110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53fb3; }

 p { color: rgb(197,63,179); }

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

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

 a { background-color: rgb(197,63,179); }

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

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

 span { border-color: rgb(197,63,179); }

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