#C551AF

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

Shades of Fuchsia #C551AF

Tints of Fuchsia #C551AF

Color information

#C551AF (or 0xC551AF) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and AF. RGB value is (197,81,175). Sum of RGB (Red+Green+Blue) = 197+81+175=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AF is #3AAE50. Grayscale: #7E7E7E. Windows color (decimal): -3845713 or 11489733. OLE color: 11489733.

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

Color convert

RGB19781175-
CMYK00.590.110.23
HSL311.38º50%54.51%-
HSV(B)311.38º58.88%77.25%-
XYZ33.7120.8542.81-
YUV126.4155.43178.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=43.49%
G=17.88%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978117500.590.110.23311.385054.51
HexC551AF03BB171373237
Octal30512125707313274676267
Binary110001011010001101011110111011101110111100110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551AF; }

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

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

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

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

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

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

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

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