#C554C9

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

Shades of Fuchsia #C554C9

Tints of Fuchsia #C554C9

Color information

#C554C9 (or 0xC554C9) is unknown color: approx Fuchsia. HEX triplet: C5, 54 and C9. RGB value is (197,84,201). Sum of RGB (Red+Green+Blue) = 197+84+201=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #C554C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554C9 is #3AAB36. Grayscale: #828282. Windows color (decimal): -3844919 or 13194437. OLE color: 13194437.

HSL color Cylindrical-coordinate representation of color #C554C9: hue angle of 297.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C554C9 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19784201-
CMYK0.020.5800.21
HSL297.95º52%55.88%-
HSV(B)297.95º58.21%78.82%-
XYZ36.7422.4357.65-
YUV131.12167.44174.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 84 (33.20% from 255) = 17.43%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=40.87%
G=17.43%
B=41.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197842010.020.5800.21297.955255.88
HexC554C923A01512a3438
Octal3051243112720254526470
Binary1100010110101001100100110111010010101100101010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554C9; }

 p { color: rgb(197,84,201); }

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

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

 a { background-color: rgb(197,84,201); }

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

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

 span { border-color: rgb(197,84,201); }

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