#C554CA

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

Shades of Fuchsia #C554CA

Tints of Fuchsia #C554CA

Color information

#C554CA (or 0xC554CA) is unknown color: approx Fuchsia. HEX triplet: C5, 54 and CA. RGB value is (197,84,202). Sum of RGB (Red+Green+Blue) = 197+84+202=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #C554CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554CA is #3AAB35. Grayscale: #828282. Windows color (decimal): -3844918 or 13259973. OLE color: 13259973.

HSL color Cylindrical-coordinate representation of color #C554CA: hue angle of 297.46º degrees, saturation: 0.53, 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 #C554CA is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19784202-
CMYK0.020.5800.21
HSL297.46º52.68%56.08%-
HSV(B)297.46º58.42%79.22%-
XYZ36.8622.4858.27-
YUV131.24167.94174.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 84 (33.20% from 255) = 17.39%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=40.79%
G=17.39%
B=41.82%

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
Decimal197842020.020.5800.21297.4652.6856.08
HexC554CA23A0151293538
Octal3051243122720254516570
Binary1100010110101001100101010111010010101100101001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C554CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C554CA; }

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

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

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

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

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

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

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

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