#C548B9

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

Shades of Fuchsia #C548B9

Tints of Fuchsia #C548B9

Color information

#C548B9 (or 0xC548B9) is unknown color: approx Fuchsia. HEX triplet: C5, 48 and B9. RGB value is (197,72,185). Sum of RGB (Red+Green+Blue) = 197+72+185=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C548B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C548B9 is #3AB746. Grayscale: #797979. Windows color (decimal): -3848007 or 12142789. OLE color: 12142789.

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

Color convert

RGB19772185-
CMYK00.630.060.23
HSL305.76º51.87%52.75%-
HSV(B)305.76º63.45%77.25%-
XYZ34.120.0147.96-
YUV122.26163.41181.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.39%
GREEN value IS 72 (28.52% from 255) = 15.86%
BLUE value IS 185 (72.66% from 255) = 40.75%
R=43.39%
G=15.86%
B=40.75%

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
Decimal1977218500.630.060.23305.7651.8752.75
HexC548B903F6171323435
Octal3051102710776274626465
Binary11000101100100010111001011111111010111100110010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C548B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C548B9; }

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

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

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

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

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

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

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

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