#C551C2

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

Shades of Fuchsia #C551C2

Tints of Fuchsia #C551C2

Color information

#C551C2 (or 0xC551C2) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and C2. RGB value is (197,81,194). Sum of RGB (Red+Green+Blue) = 197+81+194=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C551C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551C2 is #3AAE3D. Grayscale: #808080. Windows color (decimal): -3845694 or 12734917. OLE color: 12734917.

HSL color Cylindrical-coordinate representation of color #C551C2: hue angle of 301.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C551C2 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19781194-
CMYK00.590.020.23
HSL301.55º50%54.51%-
HSV(B)301.55º58.88%77.25%-
XYZ35.7121.6553.34-
YUV128.57164.93176.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 194 (76.17% from 255) = 41.10%
R=41.74%
G=17.16%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978119400.590.020.23301.555054.51
HexC551C203B21712e3237
Octal3051213020732274566267
Binary1100010110100011100001001110111010111100101110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551C2; }

 p { color: rgb(197,81,194); }

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

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

 a { background-color: rgb(197,81,194); }

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

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

 span { border-color: rgb(197,81,194); }

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