#c53ebb

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

Shades of Fuchsia #C53EBB

Tints of Fuchsia #C53EBB

Color information

#C53EBB (or 0xC53EBB) is unknown color: approx Fuchsia. HEX triplet: C5, 3E and BB. RGB value is (197,62,187). Sum of RGB (Red+Green+Blue) = 197+62+187=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C53EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53EBB is #3AC144. Grayscale: #747474. Windows color (decimal): -3850565 or 12271301. OLE color: 12271301.

HSL color Cylindrical-coordinate representation of color #C53EBB: hue angle of 304.44º 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 #C53EBB is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19762187-
CMYK00.690.050.23
HSL304.44º53.78%50.78%-
HSV(B)304.44º68.53%77.25%-
XYZ33.7218.948.89-
YUV116.62167.73185.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.17%
GREEN value IS 62 (24.61% from 255) = 13.90%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=44.17%
G=13.90%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976218700.690.050.23304.4453.7850.78
HexC53EBB0455171303633
Octal3057627301055274606663
Binary11000101111110101110110100010110110111100110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53ebb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53ebb; }

 p { color: rgb(197,62,187); }

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

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

 a { background-color: rgb(197,62,187); }

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

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

 span { border-color: rgb(197,62,187); }

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