#c549ce

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

Shades of Fuchsia #C549CE

Tints of Fuchsia #C549CE

Color information

#C549CE (or 0xC549CE) is unknown color: approx Fuchsia. HEX triplet: C5, 49 and CE. RGB value is (197,73,206). Sum of RGB (Red+Green+Blue) = 197+73+206=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C549CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C549CE is #3AB631. Grayscale: #7C7C7C. Windows color (decimal): -3847730 or 13519301. OLE color: 13519301.

HSL color Cylindrical-coordinate representation of color #C549CE: hue angle of 295.94º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C549CE is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19773206-
CMYK0.040.6500.19
HSL295.94º57.58%54.71%-
HSV(B)295.94º64.56%80.78%-
XYZ36.5521.0960.54-
YUV125.24173.58179.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 73 (28.91% from 255) = 15.34%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=41.39%
G=15.34%
B=43.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197732060.040.6500.19295.9457.5854.71
HexC549CE4410131283a37
Octal30511131641010234507267
Binary110001011001001110011101001000001010011100101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c549ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c549ce; }

 p { color: rgb(197,73,206); }

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

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

 a { background-color: rgb(197,73,206); }

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

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

 span { border-color: rgb(197,73,206); }

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