#C555AB

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

Shades of Fuchsia #C555AB

Tints of Fuchsia #C555AB

Color information

#C555AB (or 0xC555AB) is unknown color: approx Fuchsia. HEX triplet: C5, 55 and AB. RGB value is (197,85,171). Sum of RGB (Red+Green+Blue) = 197+85+171=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C555AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555AB is #3AAA54. Grayscale: #808080. Windows color (decimal): -3844693 or 11228613. OLE color: 11228613.

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

Color convert

RGB19785171-
CMYK00.570.130.23
HSL313.93º49.12%55.29%-
HSV(B)313.93º56.85%77.25%-
XYZ33.6321.3140.87-
YUV128.29152.11177.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.49%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=43.49%
G=18.76%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978517100.570.130.23313.9349.1255.29
HexC555AB039D1713a3137
Octal30512525307115274726167
Binary110001011010101101010110111001110110111100111010110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555AB; }

 p { color: rgb(197,85,171); }

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

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

 a { background-color: rgb(197,85,171); }

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

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

 span { border-color: rgb(197,85,171); }

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