#C548BA

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

Shades of Fuchsia #C548BA

Tints of Fuchsia #C548BA

Color information

#C548BA (or 0xC548BA) is unknown color: approx Fuchsia. HEX triplet: C5, 48 and BA. RGB value is (197,72,186). Sum of RGB (Red+Green+Blue) = 197+72+186=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C548BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548BA is #3AB745. Grayscale: #7A7A7A. Windows color (decimal): -3848006 or 12208325. OLE color: 12208325.

HSL color Cylindrical-coordinate representation of color #C548BA: hue angle of 305.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C548BA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19772186-
CMYK00.630.060.23
HSL305.28º51.87%52.75%-
HSV(B)305.28º63.45%77.25%-
XYZ34.2120.0548.52-
YUV122.37163.91181.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=43.30%
G=15.82%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977218600.630.060.23305.2851.8752.75
HexC548BA03F6171313435
Octal3051102720776274616465
Binary11000101100100010111010011111111010111100110001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548BA; }

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

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

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

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

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

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

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

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